Files
clang-p2996/llvm/lib/CodeGen/MachineUniformityAnalysis.cpp
Petar Avramovic 88814969dd MachineUniformityAnalysis: Pass is incorrectly initialized as CFGOnly (#125511)
Set CFGOnly in MachineUniformityAnalysisPass to false.
If there were new registers created, uniformity analysis needs to be
updated. Previously, with CFGOnly set to true, pass would be skipped
if CFG was preserved.
2025-02-04 09:25:25 +01:00

7.7 KiB