[llvm] [AArch64] Correct SCVTF/UCVTF instructions for vector input (PR #152974)
Amina Chabane via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 9 02:23:22 PDT 2025
================
@@ -5520,7 +5520,6 @@ multiclass IntegerToFPSIMDScalar<bits<2> rmode, bits<3> opcode, string asm, SDPa
let Inst{31} = 1; // 64-bit FPR flag
let Inst{23-22} = 0b00; // 32-bit FPR flag
}
-
----------------
Amichaxx wrote:
Removed now.
https://github.com/llvm/llvm-project/pull/152974
More information about the llvm-commits
mailing list