[PATCH] D21504: [X86] add _mm_loadu_si64

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 22 15:17:21 PDT 2016


RKSimon added inline comments.

================
Comment at: tools/clang/test/CodeGen/sse2-builtins.c:1526
@@ +1525,3 @@
+  // CHECK-LABEL: test_mm_loadu_si64
+  // CHECK: load i64, i64* %__u
+  // CHECK: insertelement <2 x i64> undef, i64 %{{.*}}, i32 0
----------------
Please can add the alignment operand to the CHECK (it should be align 1)?


Repository:
  rL LLVM

http://reviews.llvm.org/D21504





More information about the cfe-commits mailing list