[llvm] [llvm][gvn-sink] Don't try to sink inline asm (PR #138414)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat May 3 10:08:19 PDT 2025


================
@@ -0,0 +1,51 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; REQUIRES: x86-registered-target
+; RUN:  opt -passes="gvn-sink" -S %s | FileCheck %s
+; RUN:  opt -passes="gvn-sink,correlated-propagation" -S %s | FileCheck %s
----------------
nikic wrote:

No need to run cvp here, it's not related. You only get a different error because you're passing invalid IR to it.

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


More information about the llvm-commits mailing list