-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid explicitly constructing compatible attributes in a few places (#…
…1958) Attrs will be implicitly copied. Avoid explicitly constructing the attrs as this introduces a dependency on the type of the attrs, meaning the code will need to be changed if the attrs' type changes. (Indeed I had to change this code recently when we changed the attrs from DenseIntElementsAttr to DenseI64ArrayAttr).
- Loading branch information
mlevesquedion
authored
Jan 26, 2024
1 parent
d4cb569
commit 00ae7d4
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters