summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorAdrian Tong <adriantong1024@gmail.com>2021-11-23 00:11:45 +0000
committerAdrian Tong <adriantong1024@gmail.com>2022-01-20 01:57:40 +0000
commitb6a7ae2c5ddc2ea47d0272f42c73672bc4a633cd (patch)
treec513449b272f1fb7333f9eed83d76399540a4f61 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent02d9a4d56d7bfd353372ed8afaf2c1350d184145 (diff)
Optimize shift and accumulate pattern in AArch64.
AArch64 supports unsigned shift right and accumulate. In case we see a unsigned shift right followed by an OR. We could turn them into a USRA instruction, given the operands of the OR has no common bits. Differential Revision: https://reviews.llvm.org/D114405
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions