[llvm-branch-commits] [llvm] AMDGPU: Back-propagate wqm for sources of side-effect instruction (PR #193395)
Carl Ritson via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Apr 26 17:52:37 PDT 2026
================
@@ -495,6 +497,7 @@ char SIWholeQuadMode::scanInstructions(MachineFunction &MF,
// instruction as needing e.g. WQM before visiting it and realizing it needs
// WQM disabled.
ReversePostOrderTraversal<MachineFunction *> RPOT(&MF);
+
----------------
perlfu wrote:
nit: whitespace only change
https://github.com/llvm/llvm-project/pull/193395
More information about the llvm-branch-commits
mailing list