[all-commits] [llvm/llvm-project] 1c420c: Precommit test for #61120
Jun Zhang via All-commits
all-commits at lists.llvm.org
Wed Mar 22 21:49:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c420cd4e31f68fedca83b4d3a857a5519f4ce03
https://github.com/llvm/llvm-project/commit/1c420cd4e31f68fedca83b4d3a857a5519f4ce03
Author: Jun Zhang <jun at junz.org>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M llvm/test/CodeGen/X86/setcc-combine.ll
Log Message:
-----------
Precommit test for #61120
Signed-off-by: Jun Zhang <jun at junz.org>
Commit: b3e12beb44dc36e9ed0f5e9cb3fb1eef0823894e
https://github.com/llvm/llvm-project/commit/b3e12beb44dc36e9ed0f5e9cb3fb1eef0823894e
Author: Jun Zhang <jun at junz.org>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/test/CodeGen/X86/cmov.ll
M llvm/test/CodeGen/X86/setcc-combine.ll
Log Message:
-----------
[TLI] Fold ~X >/< ~Y --> Y >/< X
Fixes: https://github.com/llvm/llvm-project/issues/61120
Signed-off-by: Jun Zhang <jun at junz.org>
Differential Revision: https://reviews.llvm.org/D146512
Compare: https://github.com/llvm/llvm-project/compare/45a0433b39ff...b3e12beb44dc
More information about the All-commits
mailing list