[PATCH] D76354: [WIP][RISCV][GlobalISel] Legalize types for ALU operations

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 12 12:16:42 PDT 2020


lewis-revill updated this revision to Diff 256870.
lewis-revill edited the summary of this revision.
lewis-revill added a comment.

Expand patch to correctly cover more methods of types being legalized - IE: single word instructions on RV64, split operations (add with carry etc.) and libcalls up to s128.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76354

Files:
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/lib/Target/RISCV/RISCVLegalizerInfo.cpp
  llvm/test/CodeGen/RISCV/GlobalISel/legalizer/alu32.mir
  llvm/test/CodeGen/RISCV/GlobalISel/legalizer/alu64.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76354.256870.patch
Type: text/x-patch
Size: 71560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200412/b3bc4cf8/attachment.bin>


More information about the llvm-commits mailing list