diff options
author | Nikita Popov <npopov@redhat.com> | 2025-08-08 10:06:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-08 10:06:19 +0200 |
commit | 18e4f775c33af123772409ffde69dd424b98814a (patch) | |
tree | 2abb9b158bd1f16252c632f294148b59a08f2a07 /llvm/lib/MC/MCDisassembler/Disassembler.h | |
parent | c7c022948031a3c79b92b1a0497dc75868382d17 (diff) | |
download | llvm-18e4f775c33af123772409ffde69dd424b98814a.zip llvm-18e4f775c33af123772409ffde69dd424b98814a.tar.gz llvm-18e4f775c33af123772409ffde69dd424b98814a.tar.bz2 |
[SystemZ] Remove incorrect areInlineCompatible hook (#152494)
This reverts https://github.com/llvm/llvm-project/pull/132976.
The PR incorrectly claimed that this makes inlining more liberal,
referencing the string comparison in TargetTransformInfoImpl.h.
However, the implementation that actually applies is the one in
BasicTTIImpl.h, which performs a feature subset comparison. As such,
this regressed inlining, most concerningly of functions without +vector
into functions with +vector.
Revert the change to restore the previous behavior.
Diffstat (limited to 'llvm/lib/MC/MCDisassembler/Disassembler.h')
0 files changed, 0 insertions, 0 deletions