[PATCH] D90154: RegAlloc: Clear isSSA

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 06:54:47 PDT 2020


arsenm created this revision.
arsenm added a reviewer: qcolombet.
Herald added subscribers: kerbowa, hiraditya, nhaehnle, jvesely, MatzeB.
Herald added a project: LLVM.
arsenm requested review of this revision.
Herald added a subscriber: wdng.

The MIR parser may infer SSA, so -run-pass=regallocgreedy would hit a
verifier error after multiple vreg defs are added.


https://reviews.llvm.org/D90154

Files:
  llvm/lib/CodeGen/RegAllocBasic.cpp
  llvm/lib/CodeGen/RegAllocFast.cpp
  llvm/lib/CodeGen/RegAllocGreedy.cpp
  llvm/lib/CodeGen/RegAllocPBQP.cpp
  llvm/test/CodeGen/AMDGPU/greedy-broken-ssa-verifier-error.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90154.300656.patch
Type: text/x-patch
Size: 3715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201026/131e5da5/attachment.bin>


More information about the llvm-commits mailing list