This patch allows lowering of std switch to llvm switch
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D105580
[MLIR] Provide lowering of std switch to llvm switch ClosedPublic Authored by wsmoses on Jul 7 2021, 12:15 PM.
Details Summary This patch allows lowering of std switch to llvm switch
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 14 others. · View Herald TranscriptJul 7 2021, 12:15 PM This revision is now accepted and ready to land.Jul 7 2021, 12:23 PM This revision was landed with ongoing or failed builds.Jul 7 2021, 12:26 PM Closed by commit rGeaf22ba0118a: [MLIR] Provide lowering of std switch to llvm switch (authored by wsmoses). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 357045 mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
|