[PATCH] D118094: [InstCombine] Implementing (x & y) + ~(x | y) -> ~(x ^ y)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 01:52:08 PST 2022
RKSimon added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/pr53357.ll:6
+; (x & y) + ~(x | y)
+define dso_local i32 @src(i32 noundef %0, i32 noundef %1) {
+; CHECK-LABEL: @src(
----------------
Can we remove the dso_local and noundef attributes?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118094/new/
https://reviews.llvm.org/D118094
More information about the llvm-commits
mailing list