[PATCH] D152937: [RISCV] Document overview of vector psuedos [nfc]

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 10:43:39 PDT 2023


reames created this revision.
reames added reviewers: craig.topper, asb, luke, kito-cheng, frasercrmck.
Herald added subscribers: jobnoorman, VincentWu, vkmr, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, niosHD, sabuasal, bollu, simoncook, johnrusso, rbar, hiraditya, arichardson, mcrosier.
Herald added a project: All.
reames requested review of this revision.
Herald added subscribers: pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

This change does two things.

First, it moves the utilities for the RISCVMaskedPseudoInfo table to RISCVInstrInfo.h/cpp (from SDAG ISEL).  This is partly because I have another change which might use it, but mostly because I wanted it close to the comment describing its purpose.

Second, I tried to give a rough overview of our current pseudo structure.  I'm mostly focused on the policy handling bits - since that's what I'm in the process of changing - but touched on the other dimensions in the process of framing it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152937

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152937.531422.patch
Type: text/x-patch
Size: 5029 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230614/f7de426c/attachment.bin>


More information about the llvm-commits mailing list