[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:06:17 PDT 2025


https://github.com/nikic commented:

This seems like something that canReplaceOperandWithVariable() should be handling -- why doesn't it? Is it because the `!isa<Constant>` bails out before we get to the inline asm check?

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


More information about the llvm-commits mailing list