D132080 introduced a bug leading to RegisterClassInfo caches not getting invalidated when there was exactly one more CSR register added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132606
Fix CSR update check ClosedPublic Authored by MatzeB on Aug 24 2022, 1:52 PM.
Details
Summary D132080 introduced a bug leading to RegisterClassInfo caches not getting invalidated when there was exactly one more CSR register added.
Diff Detail
Event TimelineMatzeB mentioned this in D132080: RegisterClassInfo: Fix CSR cache invalidation.Aug 24 2022, 1:53 PM This revision is now accepted and ready to land.Aug 24 2022, 2:55 PM Closed by commit rG5364f4940711: Fix CSR update check (authored by MatzeB). · Explain WhyAug 24 2022, 6:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 455452 llvm/lib/CodeGen/RegisterClassInfo.cpp
llvm/test/CodeGen/PowerPC/pcrel-call-linkage-leaf.ll
llvm/test/CodeGen/XCore/scavenging.ll
|
D117298 allows [[[ ... ]]] without braces.