summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/vectorize-once.ll
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-12-24 16:11:33 -0800
committerFangrui Song <maskray@google.com>2019-12-24 16:27:51 -0800
commita36ddf0aa9db5c1086e04f56b5f077b761712eb5 (patch)
tree0d68816791b56be8e0954ecfbb961136d044f857 /llvm/test/Transforms/LoopVectorize/vectorize-once.ll
parenteb16435b5e5df68d2410bbe4c08ef8ce8aa8b2f4 (diff)
downloadbcm5719-llvm-a36ddf0aa9db5c1086e04f56b5f077b761712eb5.tar.gz
bcm5719-llvm-a36ddf0aa9db5c1086e04f56b5f077b761712eb5.zip
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/vectorize-once.ll')
-rw-r--r--llvm/test/Transforms/LoopVectorize/vectorize-once.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/vectorize-once.ll b/llvm/test/Transforms/LoopVectorize/vectorize-once.ll
index 7a7a493ec2a..04c2463665c 100644
--- a/llvm/test/Transforms/LoopVectorize/vectorize-once.ll
+++ b/llvm/test/Transforms/LoopVectorize/vectorize-once.ll
@@ -65,7 +65,7 @@ _ZSt10accumulateIPiiET0_T_S2_S1_.exit: ; preds = %for.body.i, %entry
ret i32 %__init.addr.0.lcssa.i
}
-attributes #0 = { nounwind readonly ssp uwtable "fp-contract-model"="standard" "no-frame-pointer-elim" "frame-pointer"="non-leaf" "realign-stack" "relocation-model"="pic" "ssp-buffers-size"="8" }
+attributes #0 = { nounwind readonly ssp uwtable "fp-contract-model"="standard" "frame-pointer"="non-leaf" "realign-stack" "relocation-model"="pic" "ssp-buffers-size"="8" }
; CHECK: !0 = distinct !{!0, !1}
; CHECK: !1 = !{!"llvm.loop.isvectorized", i32 1}
OpenPOWER on IntegriCloud