diff options
author | Fangrui Song <i@maskray.me> | 2025-05-07 14:30:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-07 14:30:47 +0800 |
commit | 82863783a2518b814e7ffc03b0e40a185a39d1b8 (patch) | |
tree | 67cb220542279bdf76b1052b665945acc37d2677 /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 0505e3761b3f686765a9deef0e41fbf31bed986a (diff) | |
download | llvm-82863783a2518b814e7ffc03b0e40a185a39d1b8.zip llvm-82863783a2518b814e7ffc03b0e40a185a39d1b8.tar.gz llvm-82863783a2518b814e7ffc03b0e40a185a39d1b8.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions