[llvm] [BranchFolding] Avoid moving blocks to fall through to an indirect target of inline asm (PR #152916)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 10 09:07:46 PDT 2025
================
@@ -0,0 +1,41 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+
+; RUN: llc -O1 -mtriple=i686-- < %s | FileCheck %s
+
+; Test that causes multiple defs of %eax.
+; FIXME: The testcase hangs with -O1/2/3 enabled.
----------------
dtcxzyw wrote:
The comment needs to be updated.
https://github.com/llvm/llvm-project/pull/152916
More information about the llvm-commits
mailing list