Test cases are added for pattern "(~A & B) ^ A -> (A | B)".
And Fix for these pattern is https://reviews.llvm.org/D86395.
Paths
| Differential D88551
[InstCombine] Test cases added for pattern "(~A & B) ^ A -> (A | B)" AbandonedPublic Authored by spatel on Sep 30 2020, 3:28 AM.
Details Summary Test cases are added for pattern "(~A & B) ^ A -> (A | B)". And Fix for these pattern is https://reviews.llvm.org/D86395.
Diff Detail Event Timeline
Comment Actions @Jac1494 Please can you rebase this patch against trunk - from the CHECK changes in existing tests it looks like you have some local changes as well. Comment Actions Commandeering to close the review. I made test changes with rG77fb8cbd60cf that should provide the coverage I requested.
Diff 295232 llvm/test/Transforms/InstCombine/xor.ll
|
I don't understand what this patch is proposing. Why is the output changing for an unmodified test?