[llvm] [AMDGPU] Introduce iglp_opt(2): Generalized exp/mfma interleaving for select kernels (PR #81342)
Austin Kerbow via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 23 15:49:28 PST 2024
================
@@ -1165,6 +1168,18 @@ class MFMAExpInterleaveOpt final : public IGLPStrategy {
: InstructionRule(TII, SGID, NeedsCache) {}
};
+ // Whether or not the instruction is a V_ADD_F32 instruction.
+ class IsPipeAdd final : public InstructionRule {
+ private:
----------------
kerbowa wrote:
Remove
https://github.com/llvm/llvm-project/pull/81342
More information about the llvm-commits
mailing list