[PATCH] [X86] Make wide loads be managed by AtomicExpand

JF Bastien jfb at chromium.org
Tue Sep 23 10:17:33 PDT 2014


================
Comment at: test/CodeGen/X86/atomic-load-store-wide.ll:1
@@ -1,2 +1,2 @@
 ; RUN: llc < %s -mcpu=corei7 -march=x86 -verify-machineinstrs | FileCheck %s
 
----------------
Is there also a cmpxchg8b test for x86-64?

================
Comment at: test/CodeGen/X86/atomic-load-store-wide.ll:9
@@ -8,2 +8,3 @@
+; CHECK: lock
 ; CHECK: cmpxchg8b
 ; CHECK-NEXT: jne
----------------
Use `CHECK-LABEL` and `CHECK-NEXT`.

http://reviews.llvm.org/D5404






More information about the llvm-commits mailing list