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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon May 5 09:27:59 PDT 2025


nikic wrote:

I'd probably only leave the canReplaceOperandWithVariable() check -- you're right that we can avoid numbering this way, but given how rare this case should be, it's probably not worth having a duplicate check.

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


More information about the llvm-commits mailing list