[llvm] [AMDGPU] Correctly insert s_nops for dst forwarding hazard (PR #100276)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 10:36:06 PDT 2024
================
@@ -2904,6 +2905,15 @@ def getVCMPXOpFromVCMP : InstrMapping {
let ValueCols = [["1"]];
}
+def FP8DstByteSelTable : GenericTable {
+ let FilterClass = "VOP3_Pseudo";
----------------
arsenm wrote:
VOP3_Pseudo is sufficient for now
https://github.com/llvm/llvm-project/pull/100276
More information about the llvm-commits
mailing list