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
Extend quir::SwitchOp lowering to correctly lower results. (#153)
This patch extends the quir::SwitchOp lowering to LLVM IR to correctly
handle results. These changes are based on the support added to
scf::IndexSwitchOp operation, which also supports switch ops with
results.
Support for lowering the scf::IndexSwitchOp was added to MLIR in commit
91effec85 (llvm/llvm-project@91effec85).
0 commit comments