[PATCH] D21504: [X86] add _mm_loadu_si64

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 23 08:09:43 PDT 2016


craig.topper added a subscriber: craig.topper.

================
Comment at: tools/clang/test/CodeGen/sse2-builtins.c:1526
@@ +1525,3 @@
+  // CHECK-LABEL: test_mm_loadu_si64
+  // CHECK: load i64, i64* %{{.*}}, align 1
+  // CHECK: insertelement <2 x i64> undef, i64 %{{.*}}, i32 0
----------------
You need {{$}} after the 1 to indicate end of line or it can match 16 too.


Repository:
  rL LLVM

http://reviews.llvm.org/D21504





More information about the cfe-commits mailing list