[PATCH] D118094: [InstCombine] Implementing (x & y) + ~(x | y) -> ~(x ^ y)
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 00:35:42 PST 2022
ChuanqiXu added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/pr53357.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; Test for (x & y) + ~(x | y) -> ~(x ^ y)
----------------
nikic wrote:
> The check lines don't look like update_test_checks output.
My bad, I just copied this one from other tests. Do you think what should I do? Remove this one simply?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118094/new/
https://reviews.llvm.org/D118094
More information about the llvm-commits
mailing list