[all-commits] [llvm/llvm-project] cd87fe: [Instsimplfy] X == Y ? 0 : X ^ Y --> X ^ Y
Allen via All-commits
all-commits at lists.llvm.org
Wed May 17 03:38:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd87fe0c8be3c462f5c0bac745d740d0b5185562
https://github.com/llvm/llvm-project/commit/cd87fe0c8be3c462f5c0bac745d740d0b5185562
Author: Zhongyunde <zhongyunde at huawei.com>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstSimplify/select.ll
Log Message:
-----------
[Instsimplfy] X == Y ? 0 : X ^ Y --> X ^ Y
Alive2: https://alive2.llvm.org/ce/z/cykffE
Fixes: https://github.com/llvm/llvm-project/issues/62753
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D150750
More information about the All-commits
mailing list