[llvm] [IR] llvm.reloc.none intrinsic for no-op symbol references (PR #147427)

via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 4 21:10:03 PST 2025


pkarveti wrote:

The tests in this patch hang when running on Hexagon during VLIW scheduling. It looks like setting hasSideEffects = true in Target.td causes the Hexagon scheduler to enter an infinite loop.
@mysterymath Could you please take a look?

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


More information about the llvm-commits mailing list