[llvm] b2a5f00 - Fix test failures caused by 0aff1798b5721d5f95d16f465b99d357012bb8d1

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 26 03:40:37 PDT 2021


Author: David Sherwood
Date: 2021-07-26T11:40:26+01:00
New Revision: b2a5f0029f278dadb62f9e98dec12b1840020324

URL: https://github.com/llvm/llvm-project/commit/b2a5f0029f278dadb62f9e98dec12b1840020324
DIFF: https://github.com/llvm/llvm-project/commit/b2a5f0029f278dadb62f9e98dec12b1840020324.diff

LOG: Fix test failures caused by 0aff1798b5721d5f95d16f465b99d357012bb8d1

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd-cost.ll
    llvm/test/Transforms/LoopVectorize/AArch64/sve-strict-fadd-cost.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd-cost.ll b/llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd-cost.ll
index e96156fb2018e..f7bbc8f4582e7 100644
--- a/llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd-cost.ll
+++ b/llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd-cost.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt < %s -loop-vectorize -debug -disable-output -enable-strict-reductions=true -hints-allow-reordering=false \
 ; RUN:   -force-vector-width=4 -force-vector-interleave=1 -S 2>&1 | FileCheck %s --check-prefix=CHECK-VF4
 ; RUN: opt < %s -loop-vectorize -debug -disable-output -enable-strict-reductions=true -hints-allow-reordering=false \

diff  --git a/llvm/test/Transforms/LoopVectorize/AArch64/sve-strict-fadd-cost.ll b/llvm/test/Transforms/LoopVectorize/AArch64/sve-strict-fadd-cost.ll
index 8365368512836..55e8699c28e87 100644
--- a/llvm/test/Transforms/LoopVectorize/AArch64/sve-strict-fadd-cost.ll
+++ b/llvm/test/Transforms/LoopVectorize/AArch64/sve-strict-fadd-cost.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt < %s -loop-vectorize -debug -disable-output -enable-strict-reductions=true -hints-allow-reordering=false \
 ; RUN:   -scalable-vectorization=on -force-vector-width=4 -force-vector-interleave=1 -S 2>&1 | FileCheck %s --check-prefix=CHECK-VF4
 ; RUN: opt < %s -loop-vectorize -debug -disable-output -enable-strict-reductions=true -hints-allow-reordering=false \


        


More information about the llvm-commits mailing list