diff options
author | Min-Yih Hsu <min.hsu@sifive.com> | 2023-10-18 15:55:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 15:55:19 -0700 |
commit | 5f5faf407b42342708ce31a1ca3095ddff10dad8 (patch) | |
tree | 19a56b7e4f815bbce88b7ccd25a14752c6ed40fc /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 85b8958b56623cbe69be5cfcbb6c796ae48aff56 (diff) | |
download | llvm-5f5faf407b42342708ce31a1ca3095ddff10dad8.zip llvm-5f5faf407b42342708ce31a1ca3095ddff10dad8.tar.gz llvm-5f5faf407b42342708ce31a1ca3095ddff10dad8.tar.bz2 |
[RISCV][GISel] Add ISel supports for SHXADD from Zba extension (#67863)
This patch consists of porting SDISel patterns of SHXADD instructions to
GISel.
Note that `non_imm12`, a predicate that was implemented with `PatLeaf`,
is now turned into a `PatFrag` of `<op>_with_non_imm12` where `op` is
the operator that uses `the non_imm12` operand, as GISel doesn't have
equivalence of `PatLeaf` at this moment.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions