diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2025-10-18 09:57:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-18 08:57:53 +0000 |
commit | 908b1164c0c433765364623fd14c9d0d2a975f92 (patch) | |
tree | 4a794620aa61891efa25b45e4e51e7d3cd32f1b9 /clang/lib/AST/ByteCode/Program.cpp | |
parent | b4b7aaeeb3ca2f05cba2c3c8fe3c9b171a3b4af6 (diff) | |
download | llvm-908b1164c0c433765364623fd14c9d0d2a975f92.zip llvm-908b1164c0c433765364623fd14c9d0d2a975f92.tar.gz llvm-908b1164c0c433765364623fd14c9d0d2a975f92.tar.bz2 |
[X86] SimplifyDemandedBitsForTargetNode - PCMPGT(0,X) only demands the signbit of X (#163981)
PCMPGT(0,X) is a sign-splat pattern - we only need the signbit of X
The vector-compress.ll simplification is a side effect of the inner
SimplifyDemandedBits call passing through the DemandedElts mask, only
demanding the lowest 4 elements of a legalised v16i8 type.
Diffstat (limited to 'clang/lib/AST/ByteCode/Program.cpp')
0 files changed, 0 insertions, 0 deletions