[llvm] 0e98659 - [ARM] Strengthen fpclamptosat.ll triple to attempt to fix buildbot errors. NFC
David Green via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 1 03:11:14 PST 2021
Author: David Green
Date: 2021-12-01T11:11:09Z
New Revision: 0e98659ea1193ca55d469101a629b7f6d2ce1d9f
URL: https://github.com/llvm/llvm-project/commit/0e98659ea1193ca55d469101a629b7f6d2ce1d9f
DIFF: https://github.com/llvm/llvm-project/commit/0e98659ea1193ca55d469101a629b7f6d2ce1d9f.diff
LOG: [ARM] Strengthen fpclamptosat.ll triple to attempt to fix buildbot errors. NFC
Added:
Modified:
llvm/test/CodeGen/ARM/fpclamptosat.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/ARM/fpclamptosat.ll b/llvm/test/CodeGen/ARM/fpclamptosat.ll
index 703b6c9f08e7..45b4e72cdc20 100644
--- a/llvm/test/CodeGen/ARM/fpclamptosat.ll
+++ b/llvm/test/CodeGen/ARM/fpclamptosat.ll
@@ -1,7 +1,7 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=thumbv6m-none-eabi -float-abi=soft %s -o - | FileCheck %s --check-prefixes=SOFT
; RUN: llc -mtriple=thumbv7m-none-eabihf -mattr=+vfp2sp %s -o - | FileCheck %s --check-prefixes=VFP,VFP2
-; RUN: llc -mtriple=thumbv8.1m.main-eabihf -mattr=+fullfp16,+fp64 %s -o - | FileCheck %s --check-prefixes=VFP,FULL
+; RUN: llc -mtriple=thumbv8.1m.main-none-eabihf -mattr=+fullfp16,+fp64 %s -o - | FileCheck %s --check-prefixes=VFP,FULL
; i32 saturate
More information about the llvm-commits
mailing list