Skip to content

Commit 7c318a9

Browse files
jacobbramleyAmanieu
authored andcommitted
Remove assert_instr exception for AArch64 *cvt*.
The LLVM code generation was improved some time ago.
1 parent 1cfbca8 commit 7c318a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

crates/stdarch-test/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ pub fn assert(shim_addr: usize, fnname: &str, expected: &str) {
141141
// vst4q_u32_vst4 : #instructions = 26 >= 22 (limit)
142142
"vst4" => 27,
143143

144-
// Temporary, currently the fptosi.sat and fptoui.sat LLVM
145-
// intrinsics emit unnecessary code on arm. This can be
146-
// removed once it has been addressed in LLVM.
147-
"fcvtzu" | "fcvtzs" | "vcvt" => 64,
148-
149144
// core_arch/src/arm_shared/simd32
150145
// vst1q_p64_x4_nop : #instructions = 33 >= 22 (limit)
151146
"nop" if fnname.contains("vst1q_p64") => 34,

0 commit comments

Comments
 (0)