Files
clang-p2996/llvm/test/CodeGen/LoongArch/stack-realignment.ll
Fangrui Song 82863783a2 LoongArch: Remove VK_CALL/VK_CALL_PLT and don't print %plt
`%plt` is a redundant relocation specifier: `bl %plt(foo)` is identical
to `bl foo`. Let's replace VK_CALL/VK_CALL_PLT with R_LARCH_B26 and
remove the only specifier constants.

Pull Request: https://github.com/llvm/llvm-project/pull/138632
2025-05-07 14:30:47 +08:00

21 KiB