[PATCH] D132606: Fix CSR update check

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 13:52:31 PDT 2022


MatzeB created this revision.
MatzeB added reviewers: nigelp-xmos, qcolombet, mtrofin, arsenm.
Herald added subscribers: modimo, wenlei, hiraditya, nemanjai, mcrosier.
Herald added a project: All.
MatzeB requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

D132080 <https://reviews.llvm.org/D132080> introduced a bug leading to `RegisterClassInfo` caches not getting invalidated when there was exactly one more CSR register added.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132606

Files:
  llvm/lib/CodeGen/RegisterClassInfo.cpp
  llvm/test/CodeGen/PowerPC/pcrel-call-linkage-leaf.ll
  llvm/test/CodeGen/XCore/scavenging.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132606.455365.patch
Type: text/x-patch
Size: 3911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220824/381a8f12/attachment.bin>


More information about the llvm-commits mailing list