This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith][transform] Add arith_to_llvm conversion patterns
AbandonedPublic

Authored by springerm on Aug 8 2023, 1:25 AM.

Details

Diff Detail

Event Timeline

springerm created this revision.Aug 8 2023, 1:25 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Aug 8 2023, 1:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2023, 1:25 AM
nicolasvasilache accepted this revision.Aug 8 2023, 1:48 AM

Thanks!

mlir/test/Dialect/Arith/transform-op-arith-to-llvm.mlir
18

the layering here is a little weird but we can iterate to a better solution over time

This revision is now accepted and ready to land.Aug 8 2023, 1:48 AM
springerm abandoned this revision.EditedAug 9 2023, 3:26 AM

This is no longer needed. We have D157487 instead.