This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Add some folders for spv.CompositeExtract
ClosedPublic

Authored by antiagainst on Sep 1 2022, 4:22 PM.

Diff Detail

Event Timeline

antiagainst created this revision.Sep 1 2022, 4:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 1 2022, 4:22 PM
antiagainst requested review of this revision.Sep 1 2022, 4:22 PM
kuhar accepted this revision.Sep 1 2022, 8:45 PM
kuhar added inline comments.
mlir/lib/Dialect/SPIRV/IR/SPIRVCanonicalization.cpp
139

IIRC getSExtValue() returns int64_t. Consider using i64 or adding an explicit cast.

This revision is now accepted and ready to land.Sep 1 2022, 8:45 PM
antiagainst marked an inline comment as done.Sep 2 2022, 2:19 PM