[PATCH] D66309: Introduce infrastructure for an incremental port of SelectionDAG atomic load/store handling

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 17:56:05 PDT 2019


craig.topper added inline comments.


================
Comment at: test/CodeGen/X86/atomic-unordered.ll:4
 ; RUN: llc -O3 < %s -mtriple=x86_64-linux-generic -verify-machineinstrs -mcpu=skylake | FileCheck --check-prefix=CHECK-O3 %s
+; RUN: llc -O3 < %s -mtriple=x86_64-linux-generic -verify-machineinstrs -mcpu=skylake -x86-experimental-unordered-atomic-isel | FileCheck --check-prefix=CHECK-EX %s
 
----------------
Can we add a common prefix to share with the two O3 run lines? Looks like our codegen is the same for the majority of the test cases.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66309/new/

https://reviews.llvm.org/D66309





More information about the llvm-commits mailing list