We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3105b commit 6420dd8Copy full SHA for 6420dd8
llvm/test/Transforms/LoopVectorize/AArch64/binop-costs.ll
@@ -1,6 +1,8 @@
1
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --filter "[Cc]ost.*udiv"
2
; RUN: opt -passes=loop-vectorize -debug-only=loop-vectorize %s -S -o - 2>&1 | FileCheck %s
3
4
+; REQUIRES: asserts
5
+
6
target triple = "arm64-apple-macosx"
7
8
define void @udiv_rhs_opt_cost(ptr %dst) #0 {
0 commit comments