Remove assert_instr exception for AArch64 *cvt*.

The LLVM code generation was improved some time ago.
This commit is contained in:
Jacob Bramley
2023-06-07 14:49:39 +01:00
committed by Amanieu d'Antras
parent ceeeebd012
commit f480c64fe9

View File

@@ -141,11 +141,6 @@ pub fn assert(shim_addr: usize, fnname: &str, expected: &str) {
// vst4q_u32_vst4 : #instructions = 26 >= 22 (limit)
"vst4" => 27,
// Temporary, currently the fptosi.sat and fptoui.sat LLVM
// intrinsics emit unnecessary code on arm. This can be
// removed once it has been addressed in LLVM.
"fcvtzu" | "fcvtzs" | "vcvt" => 64,
// core_arch/src/arm_shared/simd32
// vst1q_p64_x4_nop : #instructions = 33 >= 22 (limit)
"nop" if fnname.contains("vst1q_p64") => 34,