diff options
author | Fraser Cormack <fraser@codeplay.com> | 2020-11-20 17:10:24 +0000 |
---|---|---|
committer | Fraser Cormack <fraser@codeplay.com> | 2020-11-24 12:07:13 +0000 |
commit | ca1f2f2716b3f9477ced8ae5bb3b0a2a767ab439 (patch) | |
tree | 6095dfd34f4cebc0a1436a7442720b619f2eaefb /llvm/lib/Object/XCOFFObjectFile.cpp | |
parent | f726101b6240a6740b3c0926af759da5e7336f8a (diff) | |
download | llvm-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 'llvm/lib/Object/XCOFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions