forked from OSchip/llvm-project
[SLPVectorizer][X86] This test was from PR28474
llvm-svn: 362296
This commit is contained in:
parent
1aaa23c0fc
commit
2ef83571f2
|
@ -1,7 +1,7 @@
|
||||||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||||
; RUN: opt < %s -slp-vectorizer -S -mtriple=x86_64-apple-macosx10.10.0 -mattr=+sse4.2 | FileCheck %s
|
; RUN: opt < %s -slp-vectorizer -S -mtriple=x86_64-apple-macosx10.10.0 -mattr=+sse4.2 | FileCheck %s
|
||||||
|
|
||||||
|
; PR28474
|
||||||
define i32 @test(i32* nocapture readonly %p) {
|
define i32 @test(i32* nocapture readonly %p) {
|
||||||
; CHECK-LABEL: @test(
|
; CHECK-LABEL: @test(
|
||||||
; CHECK-NEXT: entry:
|
; CHECK-NEXT: entry:
|
||||||
|
|
Loading…
Reference in New Issue