[llvm] [AMDGPU][True16][MC] disable incorrect VOPC t16 instruction (PR #120271)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 10:15:24 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 {
----------------
broxigarchen wrote:

Updated. I was thinking about updating this in the later patch but we can do this here as well

https://github.com/llvm/llvm-project/pull/120271


More information about the llvm-commits mailing list