diff options
author | Thomas Lively <tlively@google.com> | 2022-08-03 23:28:37 -0700 |
---|---|---|
committer | Thomas Lively <tlively@google.com> | 2022-08-03 23:28:37 -0700 |
commit | b19de814add2c2d9496c0b2fcc8a47024a58e491 (patch) | |
tree | a6da341a859d2b397188eec7f13b8d664203ad56 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | c9e1ecd46da5c31cd7da3207691567906a100231 (diff) | |
download | llvm-b19de814add2c2d9496c0b2fcc8a47024a58e491.zip llvm-b19de814add2c2d9496c0b2fcc8a47024a58e491.tar.gz llvm-b19de814add2c2d9496c0b2fcc8a47024a58e491.tar.bz2 |
[WebAssembly] Improve codegen for v128.bitselect
Add patterns selecting ((v1 ^ v2) & c) ^ v2 and ((v1 ^ v2) & ~c) ^ v2 to
v128.bitselect.
Resolves #56827.
Reviewed By: aheejin
Differential Revision: https://reviews.llvm.org/D131131
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions