You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FRONTEND] Add get_int_attr to Operation for out-of-tree walk
Enables extracting integer attributes from MLIR operations during
out-of-tree walks. Useful for extracting constant values as well
as attributes like start and end from tt.make_range, for example.
Follows the pattern established in PR #3191.
Signed-off-by: Joshua James Venter <venter.joshua@gmail.com>
0 commit comments