[PATCH] D152098: [MC] Add MCRegisterInfo::regunits for iteration over register units

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 03:08:59 PDT 2023


barannikov88 created this revision.
Herald added subscribers: mtrofin, ormris, foad, kerbowa, tpr, kbarton, hiraditya, jvesely, nemanjai, arsenm, qcolombet, MatzeB.
Herald added a project: All.
barannikov88 updated this revision to Diff 528255.
barannikov88 added a comment.
barannikov88 updated this revision to Diff 528361.
barannikov88 published this revision for review.
barannikov88 added reviewers: foad, qcolombet.
Herald added subscribers: llvm-commits, StephenFan.
Herald added a project: LLVM.

Add template parameter


barannikov88 added a comment.

Add a comment for MCRegUnit (cloned from CodeGenRegisters.h)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152098

Files:
  llvm/include/llvm/CodeGen/LiveIntervals.h
  llvm/include/llvm/CodeGen/LiveRegUnits.h
  llvm/include/llvm/CodeGen/TargetRegisterInfo.h
  llvm/include/llvm/MC/MCRegister.h
  llvm/include/llvm/MC/MCRegisterInfo.h
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/CodeGen/BreakFalseDeps.cpp
  llvm/lib/CodeGen/EarlyIfConversion.cpp
  llvm/lib/CodeGen/InterferenceCache.cpp
  llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
  llvm/lib/CodeGen/LiveIntervals.cpp
  llvm/lib/CodeGen/LiveRegMatrix.cpp
  llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
  llvm/lib/CodeGen/MachineCopyPropagation.cpp
  llvm/lib/CodeGen/MachinePipeliner.cpp
  llvm/lib/CodeGen/MachineTraceMetrics.cpp
  llvm/lib/CodeGen/MachineVerifier.cpp
  llvm/lib/CodeGen/PrologEpilogInserter.cpp
  llvm/lib/CodeGen/RDFRegisters.cpp
  llvm/lib/CodeGen/ReachingDefAnalysis.cpp
  llvm/lib/CodeGen/RegAllocBasic.cpp
  llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
  llvm/lib/CodeGen/RegAllocFast.cpp
  llvm/lib/CodeGen/RegAllocGreedy.cpp
  llvm/lib/CodeGen/RegAllocPBQP.cpp
  llvm/lib/CodeGen/RegisterCoalescer.cpp
  llvm/lib/CodeGen/RegisterPressure.cpp
  llvm/lib/CodeGen/RegisterScavenging.cpp
  llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
  llvm/lib/CodeGen/VirtRegMap.cpp
  llvm/lib/Target/AMDGPU/AMDGPUInsertDelayAlu.cpp
  llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
  llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
  llvm/lib/Target/AMDGPU/SIPostRABundler.cpp
  llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
  llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
  llvm/lib/Target/PowerPC/PPCVSXFMAMutate.cpp
  llvm/unittests/MI/LiveIntervalTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152098.528361.patch
Type: text/x-patch
Size: 51107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230605/d57722ac/attachment.bin>


More information about the llvm-commits mailing list