1
Fork 0

tests/assembly: use -Copt-level=3 instead of -O

This commit is contained in:
Jubilee Young 2025-02-08 18:56:57 -08:00
parent b3464fa65f
commit ee111b24e3
25 changed files with 29 additions and 28 deletions

View file

@ -6,7 +6,7 @@
// Use the same target CPU as `i686` so that LLVM orders the instructions in the same order.
//@ compile-flags: -Ctarget-feature=+sse2 -Ctarget-cpu=pentium4
// Force frame pointers to make ASM more consistent between targets
//@ compile-flags: -O -C force-frame-pointers
//@ compile-flags: -Copt-level=3 -C force-frame-pointers
//@ filecheck-flags: --implicit-check-not fld --implicit-check-not fst
//@ revisions: normal win
//@[normal] ignore-windows