diff options
author | Anatoly Trosinenko <atrosinenko@accesssoftek.com> | 2025-09-23 17:56:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-23 17:56:09 +0300 |
commit | cff5a439a847db67ea3478b088ec2f8047871ff0 (patch) | |
tree | b995ae57e474f88b1fbaf803ca2771a8ea02ccc2 /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | 1d8568c96ce86be57aba88d5f23b06ba547ba224 (diff) | |
download | llvm-cff5a439a847db67ea3478b088ec2f8047871ff0.zip llvm-cff5a439a847db67ea3478b088ec2f8047871ff0.tar.gz llvm-cff5a439a847db67ea3478b088ec2f8047871ff0.tar.bz2 |
[AArch64][PAC][GISel] Add missing clobbering info to LOADgotAUTH (#157433)
When LOADgotAUTH is selected by GlobalISel, the existing MachineInstr is
updated in-place instead of constructing a fresh instance by calling
MIB.buildInstr(). This way, implicit-def operands have to be added
manually for machine passes to take them into account.
This patch fixes miscompilation possibility observed when compiling with
GlobalISel enabled or at -O0 optimization level.
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions