[PATCH] D58881: [Transform] Improve fold of sadd.with.overflow
Dan Robertson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 3 17:03:16 PST 2019
dlrobertson marked an inline comment as done.
dlrobertson added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/call-add-with-overflow.ll:58
+ %2 = add nsw <2 x i32> %0, <i32 12, i32 undef>
+ %3 = tail call { <2 x i32>, <2 x i1> } @llvm.sadd.with.overflow.v2i32(<2 x i32> %2, <2 x i32> <i32 30, i32 30>)
+ ret { <2 x i32>, <2 x i1> } %3
----------------
Note: this did not fold.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58881/new/
https://reviews.llvm.org/D58881
More information about the llvm-commits
mailing list