diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2022-08-20 14:58:25 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2022-08-20 14:58:25 +0100 |
commit | fa96383506e23f972b54f8c4aa6e74030dabd7a7 (patch) | |
tree | b4b307b81c22f15d6083dd45a7a3400f9b58c157 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 8faf515a36c07e383310c7b1aa59e42a16b548bf (diff) | |
download | llvm-fa96383506e23f972b54f8c4aa6e74030dabd7a7.zip llvm-fa96383506e23f972b54f8c4aa6e74030dabd7a7.tar.gz llvm-fa96383506e23f972b54f8c4aa6e74030dabd7a7.tar.bz2 |
[X86] Fold PMULUDQ(X,1) -> AND(X,(1<<32)-1) 'getZeroExtendInReg'
Fix cases where shl/srem/urem expansion results in a mulh/mul_lohi(x,1) 'pass through' that gets lowered to pmuludq.
Fixes #56684
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions