[llvm] Add a pass to convert jump tables to switches. (PR #77709)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 00:00:27 PST 2024


================
@@ -0,0 +1,94 @@
+; RUN: opt < %s -passes=jump-table-to-switch -verify-dom-info -S | FileCheck %s
----------------
dtcxzyw wrote:

Please generate check lines with `llvm/utils/update_test_checks.py`.


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


More information about the llvm-commits mailing list