[llvm] ec9ce89 - [LoopVectorize] Fix build issue caused by #95920 (#96647)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 07:51:36 PDT 2024


Author: David Sherwood
Date: 2024-06-25T15:51:32+01:00
New Revision: ec9ce89a0823165e245be8fc095da8a88fb4cf79

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

LOG: [LoopVectorize] Fix build issue caused by #95920 (#96647)

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll b/llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll
index ba6ced3bed8eb..487d9788a13fc 100644
--- a/llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll
+++ b/llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt < %s -passes=loop-vectorize -mattr=+sve -force-vector-width=4 -debug-only=loop-vectorize \
 ; RUN:   -prefer-predicate-over-epilogue=scalar-epilogue -S -disable-output 2>&1 | FileCheck %s
 target triple = "aarch64-linux-gnu"


        


More information about the llvm-commits mailing list