diff options
| author | Reid Kleckner <rnk@google.com> | 2017-10-13 17:00:49 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2017-10-13 17:00:49 +0000 |
| commit | be3724b5e1b579e4a99bdd1891e45645e10d19bf (patch) | |
| tree | 6faf3c3d69f3a39dd17b8ecacd32a669187acc6c /llvm/test | |
| parent | 76ed9eab29dde1acd7b46fbfe8fffe7e8ce7fb40 (diff) | |
| download | bcm5719-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/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/merge-store-partially-alias-loads.ll | 2 |
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 |

