Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: test/Transforms/NaCl/atomic/atomic_others.ll

Issue 857403002: Emit atomic memory order other than seq_cst on demand only (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Add test for -pnacl-memory-order-seq-cst-only=true Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/Transforms/NaCl/atomic/atomic-seq-cst-only.ll ('k') | test/Transforms/NaCl/atomic/lock_.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/Transforms/NaCl/atomic/atomic_others.ll
diff --git a/test/Transforms/NaCl/atomic/atomic_others.ll b/test/Transforms/NaCl/atomic/atomic_others.ll
index a510d45a54a41888cc38cc7a1505f7d7d4cd384a..ef09d301b72b47904f62e9f86aa0ffe3f77cfbe1 100644
--- a/test/Transforms/NaCl/atomic/atomic_others.ll
+++ b/test/Transforms/NaCl/atomic/atomic_others.ll
@@ -1,4 +1,4 @@
-; RUN: opt -nacl-rewrite-atomics -S < %s | FileCheck %s
+; RUN: opt -nacl-rewrite-atomics -pnacl-memory-order-seq-cst-only=false -S < %s | FileCheck %s
;
; Validate that atomic non-{acquire/release/acq_rel/seq_cst} loads/stores get
; rewritten into NaCl atomic builtins with sequentially consistent memory
« no previous file with comments | « test/Transforms/NaCl/atomic/atomic-seq-cst-only.ll ('k') | test/Transforms/NaCl/atomic/lock_.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698