[PATCH] D133067: [AMDGPU] W/a hazard if 64 bit shift amount is a highest allocated VGPR
Austin Kerbow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 6 21:52:13 PDT 2022
kerbowa added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp:311
+ EmitInstruction(MI);
+ AdvanceCycle();
+}
----------------
Do you need to reset CurrCycleInstr after calling this function? Should this work with process bundles?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133067/new/
https://reviews.llvm.org/D133067
More information about the llvm-commits
mailing list