[PATCH] D85593: [InstCombine] ~(~X + Y) -> X - Y

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 9 01:07:33 PDT 2020


RKSimon added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/not-add.ll:86
+  ret <4 x i32> %nota
+}
+
----------------
Please can you add an additional vector test with at least one undef element in the -1 constant


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

https://reviews.llvm.org/D85593



More information about the llvm-commits mailing list