[PATCH] D59472: [InstCombine] Add tests for add nuw + uaddo

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 17 09:21:39 PDT 2019


lebedev.ri added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/uadd-with-overflow.ll:3
+; RUN: opt < %s -instcombine -S | FileCheck %s
+
+declare { <2 x i32>, <2 x i1> } @llvm.uadd.with.overflow.v2i32(<2 x i32>, <2 x i32>)
----------------
Please run this test input through `-instnamer` first, and then strreplace `tmp` with `t`.
Else update script may get confused, or the output will be confusing to read.

https://godbolt.org/z/bX1_Os


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

https://reviews.llvm.org/D59472





More information about the llvm-commits mailing list