[all-commits] [llvm/llvm-project] 5542bb: [InstSimplify] add tests for logical-and/or reduct...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Fri Jan 20 14:36:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5542bbf250b0dbf0fe74c45330a3cd86dd86ca86
https://github.com/llvm/llvm-project/commit/5542bbf250b0dbf0fe74c45330a3cd86dd86ca86
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M llvm/test/Transforms/InstSimplify/select-logical.ll
Log Message:
-----------
[InstSimplify] add tests for logical-and/or reduction; NFC
issue #60167
Commit: 9444252a674df5952bb5af2b76348ae4b45a263d
https://github.com/llvm/llvm-project/commit/9444252a674df5952bb5af2b76348ae4b45a263d
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstCombine/select-safe-bool-transforms.ll
M llvm/test/Transforms/InstSimplify/select-inseltpoison.ll
M llvm/test/Transforms/InstSimplify/select-logical.ll
M llvm/test/Transforms/InstSimplify/select.ll
Log Message:
-----------
[InstSimplify] with poison-safe logical ops: (X && Y) || X --> X
https://alive2.llvm.org/ce/z/ptZcJH
issue #60167
Compare: https://github.com/llvm/llvm-project/compare/aef953154a08...9444252a674d
More information about the All-commits
mailing list