[PATCH] D91901: [RISCV] Move shift ComplexPatterns and custom isel to PatFrags with predicates

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 12:13:19 PST 2020


craig.topper updated this revision to Diff 310977.
craig.topper added a comment.

Move the bodies of the PatFrags into RISCVISelDAGToDAG.cpp so we aren't putting large chunks of C++ code into tablegen.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91901/new/

https://reviews.llvm.org/D91901

Files:
  llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
  llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/lib/Target/RISCV/RISCVInstrInfoB.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91901.310977.patch
Type: text/x-patch
Size: 19813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201210/97419ab0/attachment.bin>


More information about the llvm-commits mailing list