[llvm] [AMDGPU][True16][MC] disable incorrect VOPC t16 instruction (PR #120271)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 12:21:37 PST 2024
================
@@ -1216,21 +1216,21 @@ defm : FCMP_Pattern <COND_ULT, V_CMP_NGE_F64_e64, f64>;
defm : FCMP_Pattern <COND_ULE, V_CMP_NGT_F64_e64, f64>;
let OtherPredicates = [HasTrue16BitInsts] in {
----------------
Sisyph wrote:
Should be True16Predicate = UseFakeTrue16Insts ?
https://github.com/llvm/llvm-project/pull/120271
More information about the llvm-commits
mailing list