[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
================
@@ -1131,16 +1131,16 @@ defm : ICMP_Pattern <COND_SLT, V_CMP_LT_I64_e64, i64>;
defm : ICMP_Pattern <COND_SLE, V_CMP_LE_I64_e64, i64>;
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