[all-commits] [llvm/llvm-project] 1fef0b: MachineUniformityAnalysis: Pass is incorrectly ini...
Petar Avramovic via All-commits
all-commits at lists.llvm.org
Mon Feb 3 06:50:05 PST 2025
Branch: refs/heads/users/petar-avramovic/ua-cfg-fix
Home: https://github.com/llvm/llvm-project
Commit: 1fef0ba8f7d937ed5a5a44bf17f2f53222019c9a
https://github.com/llvm/llvm-project/commit/1fef0ba8f7d937ed5a5a44bf17f2f53222019c9a
Author: Petar Avramovic <Petar.Avramovic at amd.com>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/MachineUniformityAnalysis.cpp
Log Message:
-----------
MachineUniformityAnalysis: Pass is incorrectly initialized as CFGOnly
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.
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