[all-commits] [llvm/llvm-project] 90280d: [CodeGen][PM] Initialize analyses with isAnalysis=...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Fri Dec 6 01:53:28 PST 2024
Branch: refs/heads/users/Akshat-Oke/12-05-_codegen_pm_initialize_analyses_with_isanalysis_true
Home: https://github.com/llvm/llvm-project
Commit: 90280d0d334a0f055eed1bcd292b604fd512e6f5
https://github.com/llvm/llvm-project/commit/90280d0d334a0f055eed1bcd292b604fd512e6f5
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M llvm/lib/CodeGen/GCMetadata.cpp
M llvm/lib/CodeGen/LiveDebugVariables.cpp
M llvm/lib/CodeGen/LiveIntervals.cpp
M llvm/lib/CodeGen/LiveRegMatrix.cpp
M llvm/lib/CodeGen/LiveStacks.cpp
M llvm/lib/CodeGen/SlotIndexes.cpp
M llvm/lib/CodeGen/VirtRegMap.cpp
M llvm/lib/Transforms/Utils/LoopSimplify.cpp
Log Message:
-----------
[CodeGen][PM] Initialize analyses with isAnalysis=true
Analyses should be marked as analyses else they are prone to be ignored
by the legacy analysis cache mechanism and get scheduled redundantly.
Commit: df18a2ed4e2c3c71e2c02b1c27c7de54e6503a16
https://github.com/llvm/llvm-project/commit/df18a2ed4e2c3c71e2c02b1c27c7de54e6503a16
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M llvm/lib/CodeGen/SlotIndexes.cpp
Log Message:
-----------
keep slot indexes as pass
Compare: https://github.com/llvm/llvm-project/compare/6cf8e8d33e17...df18a2ed4e2c
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list