repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
sse-align-5.ll
blob
bfca072fa1cc53993e202bff49cbc67e6f7363bd
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
3
4
define <2 x i64> @bar(ptr %p) nounwind {
5
; CHECK-LABEL: bar:
6
; CHECK: # %bb.0:
7
; CHECK-NEXT: movaps (%rdi), %xmm0
8
; CHECK-NEXT: retq
9
%t = load <2 x i64>, ptr %p
10
ret <2 x i64> %t
11
}