[llvm] [StructurizeCFG] Hoist and simplify zero-cost incoming else phi values (PR #139605)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 30 02:22:37 PDT 2025
================
@@ -0,0 +1,163 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -structurizecfg %s -o - | FileCheck %s
----------------
ruiling wrote:
I think `-structurizecfg` is the old way to run pass with `opt`? We only need the second run.
https://github.com/llvm/llvm-project/pull/139605
More information about the llvm-commits
mailing list