[llvm] [AMDGPU] Include TRANS instructions in WMMA coexecution hazard checking (PR #186269)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 13 09:21:38 PDT 2026
================
@@ -2039,8 +2039,8 @@ bool GCNHazardRecognizer::fixWMMAHazards(MachineInstr *MI) {
}
static bool isCoexecutableVALUInst(const MachineInstr &MI) {
----------------
jayfoad wrote:
Are TRANS actually coexecutable with WMMA? Or is the function name misleading now?
https://github.com/llvm/llvm-project/pull/186269
More information about the llvm-commits
mailing list