[PATCH] D76445: [WIP][RISCV][GlobalISel] Select ALU GPR instructions
Lewis Revill via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 14 07:49:59 PST 2022
lewis-revill updated this revision to Diff 400005.
lewis-revill edited the summary of this revision.
lewis-revill added reviewers: edward-jones, wwei, dsanders, arsenm.
lewis-revill added a comment.
Herald added subscribers: VincentWu, luke957, achieveartificialintelligence, vkmr, frasercrmck, mgorny, wdng.
Rebased. Added the first GIComplexPatternEquiv definition in order to handle the operands to shifts, which are now covered by a ComplexPattern in SelectionDAG. Updated the tests to match the output of the regbank selector.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76445/new/
https://reviews.llvm.org/D76445
Files:
llvm/lib/Target/RISCV/CMakeLists.txt
llvm/lib/Target/RISCV/RISCVGISel.td
llvm/lib/Target/RISCV/RISCVInstructionSelector.cpp
llvm/test/CodeGen/RISCV/GlobalISel/alu-roundtrip.ll
llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/alu32.mir
llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/alu32_m.mir
llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/alu64.mir
llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/alu64_m.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76445.400005.patch
Type: text/x-patch
Size: 62903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220114/fd3530b4/attachment.bin>
More information about the llvm-commits
mailing list