[PATCH] D101299: [AMDGPU] Use MapVector for WWMReservedRegs

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 08:23:15 PDT 2021


sebastian-ne created this revision.
sebastian-ne added reviewers: foad, arsenm.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, qcolombet.
sebastian-ne requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Use MapVector instead of SmallDenseMap because it has a deterministic
iteration order.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101299

Files:
  llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
  llvm/test/CodeGen/AMDGPU/wwm-reserved-spill.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101299.340533.patch
Type: text/x-patch
Size: 10706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210426/bf5c7321/attachment.bin>


More information about the llvm-commits mailing list