[llvm-branch-commits] [llvm] [AMDGPU] Insert exec-forced V_NOP after V_PERM_PK16 (gfx1250 hazard) (PR #214406)
Stanislav Mekhanoshin via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 6 00:56:46 PDT 2026
================
@@ -446,6 +446,14 @@ bool SILowerSGPRSpillsLegacy::runOnMachineFunction(MachineFunction &MF) {
return SILowerSGPRSpills(LIS, Indexes, MDT, MCI).run(MF);
}
+static bool hasVPermPk16(const MachineFunction &MF) {
----------------
rampitec wrote:
Yet another scan of the whole kernel? And it does not even cover any functions which may be called.
https://github.com/llvm/llvm-project/pull/214406
More information about the llvm-branch-commits
mailing list