about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/scripts/tests.sh
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-04-22 21:11:38 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2022-04-22 21:11:38 +0200
commitb70b01b11250b5dc8f300d26fe1dba8b5d189999 (patch)
tree10da27b4f8373f30411e77667b6056fab48239c2 /compiler/rustc_codegen_cranelift/scripts/tests.sh
parent41ef7678061dde625bf273ab6b036aebd7153a43 (diff)
parentf2cdd4a78d89c009342197cf5844a21f8aa813df (diff)
downloadrust-b70b01b11250b5dc8f300d26fe1dba8b5d189999.tar.gz
rust-b70b01b11250b5dc8f300d26fe1dba8b5d189999.zip
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22
Diffstat (limited to 'compiler/rustc_codegen_cranelift/scripts/tests.sh')
-rwxr-xr-xcompiler/rustc_codegen_cranelift/scripts/tests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/tests.sh b/compiler/rustc_codegen_cranelift/scripts/tests.sh
index fee1012c8f1..aae626081f6 100755
--- a/compiler/rustc_codegen_cranelift/scripts/tests.sh
+++ b/compiler/rustc_codegen_cranelift/scripts/tests.sh
@@ -72,6 +72,10 @@ function base_sysroot_tests() {
     $MY_RUSTC example/track-caller-attribute.rs --crate-type bin -Cpanic=abort --target "$TARGET_TRIPLE"
     $RUN_WRAPPER ./target/out/track-caller-attribute
 
+    echo "[AOT] float-minmax-pass"
+    $MY_RUSTC example/float-minmax-pass.rs --crate-type bin -Cpanic=abort --target "$TARGET_TRIPLE"
+    $RUN_WRAPPER ./target/out/float-minmax-pass
+
     echo "[AOT] mod_bench"
     $MY_RUSTC example/mod_bench.rs --crate-type bin --target "$TARGET_TRIPLE"
     $RUN_WRAPPER ./target/out/mod_bench