[llvm] [SimplifyCFG] Convert switch to cmp/select sequence (PR #82795)

Thomas Symalla via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 05:43:02 PDT 2024


================
@@ -552,6 +552,7 @@ FUNCTION_PASS_WITH_PARAMS(
     "no-forward-switch-cond;forward-switch-cond;no-switch-range-to-icmp;"
     "switch-range-to-icmp;no-switch-to-lookup;switch-to-lookup;no-keep-loops;"
     "keep-loops;no-hoist-common-insts;hoist-common-insts;no-sink-common-insts;"
+    "switch-to-select"
----------------
tsymalla wrote:

Missing `;` at the end?

https://github.com/llvm/llvm-project/pull/82795


More information about the llvm-commits mailing list