diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2025-10-01 14:55:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-01 13:55:04 +0000 |
commit | 2e5a5fdd329073e3d4b174743dfc7fca655e9491 (patch) | |
tree | 3ece4f36adcabea4147ec44024efbd9862372859 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | 8df0575125c6f7575aff05a8a9effa07bedc7e92 (diff) | |
download | llvm-2e5a5fdd329073e3d4b174743dfc7fca655e9491.zip llvm-2e5a5fdd329073e3d4b174743dfc7fca655e9491.tar.gz llvm-2e5a5fdd329073e3d4b174743dfc7fca655e9491.tar.bz2 |
[X86] Add test showing failure to remove sign splats from PACKSS intrinsics (#161518)
PACKSS intrinsic calls are only expanded to X86ISD::PACKSS nodes during
legalisation, after which time we fail to handle cases where ASHR sign
splats (now lowered to X86ISD::VSRAI) are unnecessary.
Add additional example of FREEZE(PACKSS()) as that's an issue as well.
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions