This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Fix UnifyAliasedResourcePass for 64-bit index
ClosedPublic

Authored by antiagainst on Mar 1 2023, 9:41 AM.

Diff Detail

Event Timeline

antiagainst created this revision.Mar 1 2023, 9:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2023, 9:41 AM
antiagainst requested review of this revision.Mar 1 2023, 9:41 AM
kuhar accepted this revision.Mar 14 2023, 3:57 PM
kuhar added inline comments.
mlir/test/Dialect/SPIRV/Transforms/unify-aliased-resource.mlir
58

nit: I think it could help the test readability to see this result being used

This revision is now accepted and ready to land.Mar 14 2023, 3:57 PM
antiagainst marked an inline comment as done.Mar 14 2023, 4:47 PM
antiagainst added inline comments.
mlir/test/Dialect/SPIRV/Transforms/unify-aliased-resource.mlir
58

those are extensively checked in previous examples. here we are only concerning about the integer bitwidth. So this way makes the test more targeted (and less duplication)

This revision was automatically updated to reflect the committed changes.
antiagainst marked an inline comment as done.