[llvm] [Transforms] Refactor CreateControlFlowHub (PR #103013)

Sameer Sahasrabuddhe via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 21:10:50 PDT 2024


================
@@ -1,5 +1,6 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -passes='lower-switch,fix-irreducible' -S | FileCheck %s
+; RUN: opt < %s -lowerswitch -fix-irreducible --verify-loop-info -S | FileCheck %s
+; RUN: opt < %s -passes="lower-switch,fix-irreducible,verify<loops>" -S | FileCheck %s
----------------
ssahasra wrote:

Fixed in all tests.

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


More information about the llvm-commits mailing list