aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorFraser Cormack <fraser@codeplay.com>2020-11-20 17:10:24 +0000
committerFraser Cormack <fraser@codeplay.com>2020-11-24 12:07:13 +0000
commitca1f2f2716b3f9477ced8ae5bb3b0a2a767ab439 (patch)
tree6095dfd34f4cebc0a1436a7442720b619f2eaefb /clang/lib/Frontend/CompilerInvocation.cpp
parentf726101b6240a6740b3c0926af759da5e7336f8a (diff)
downloadllvm-ca1f2f2716b3f9477ced8ae5bb3b0a2a767ab439.zip
llvm-ca1f2f2716b3f9477ced8ae5bb3b0a2a767ab439.tar.gz
llvm-ca1f2f2716b3f9477ced8ae5bb3b0a2a767ab439.tar.bz2
[RISCV] Combine GREVI sequences
This combine step performs the following type of transformation: rev.p a0, a0 # grevi a0, a0, 0b01 rev2.n a0, a0 # grevi a0, a0, 0b10 --> rev.n a0, a0 # grevi a0, a0, 0b11 Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D91877
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions