summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-10-13 17:00:49 +0000
committerReid Kleckner <rnk@google.com>2017-10-13 17:00:49 +0000
commitbe3724b5e1b579e4a99bdd1891e45645e10d19bf (patch)
tree6faf3c3d69f3a39dd17b8ecacd32a669187acc6c /llvm
parent76ed9eab29dde1acd7b46fbfe8fffe7e8ce7fb40 (diff)
downloadbcm5719-llvm-be3724b5e1b579e4a99bdd1891e45645e10d19bf.tar.gz
bcm5719-llvm-be3724b5e1b579e4a99bdd1891e45645e10d19bf.zip
Not all buildbots seem to dump the nuw flag in SDAG
llvm-svn: 315710
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/merge-store-partially-alias-loads.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/merge-store-partially-alias-loads.ll b/llvm/test/CodeGen/X86/merge-store-partially-alias-loads.ll
index 729818bd9ba..ec1f03100f5 100644
--- a/llvm/test/CodeGen/X86/merge-store-partially-alias-loads.ll
+++ b/llvm/test/CodeGen/X86/merge-store-partially-alias-loads.ll
@@ -16,7 +16,7 @@
; DBGDAG-LABEL: Optimized legalized selection DAG: BB#0 'merge_store_partial_overlap_load:'
; DBGDAG: [[ENTRYTOKEN:t[0-9]+]]: ch = EntryToken
; DBGDAG-DAG: [[BASEPTR:t[0-9]+]]: i64,ch = CopyFromReg [[ENTRYTOKEN]],
-; DBGDAG-DAG: [[ADDPTR:t[0-9]+]]: i64 = add nuw [[BASEPTR]], Constant:i64<2>
+; DBGDAG-DAG: [[ADDPTR:t[0-9]+]]: i64 = add {{(nuw )?}}[[BASEPTR]], Constant:i64<2>
; DBGDAG-DAG: [[LD2:t[0-9]+]]: i16,ch = load<LD2[%tmp81](align=1)> [[ENTRYTOKEN]], [[BASEPTR]], undef:i64
; DBGDAG-DAG: [[LD1:t[0-9]+]]: i8,ch = load<LD1[%tmp12]> [[ENTRYTOKEN]], [[ADDPTR]], undef:i64
OpenPOWER on IntegriCloud