[all-commits] [llvm/llvm-project] 2b9330: Add baseline tests for D147404
Jun Zhang via All-commits
all-commits at lists.llvm.org
Mon Apr 3 01:58:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b9330e41f5405328e28d4b34bb69461fbe227b5
https://github.com/llvm/llvm-project/commit/2b9330e41f5405328e28d4b34bb69461fbe227b5
Author: Jun Zhang <jun at junz.org>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M llvm/test/CodeGen/AArch64/hadd-combine.ll
Log Message:
-----------
Add baseline tests for D147404
Differential Revision: https://reviews.llvm.org/D147409
Signed-off-by: Jun Zhang <jun at junz.org>
Commit: 7657e50fefe0af9151f8bef0437cd1343f0a3220
https://github.com/llvm/llvm-project/commit/7657e50fefe0af9151f8bef0437cd1343f0a3220
Author: Jun Zhang <jun at junz.org>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/test/CodeGen/AArch64/hadd-combine.ll
M llvm/test/CodeGen/X86/avg.ll
M llvm/test/CodeGen/X86/combine-pavg.ll
Log Message:
-----------
[DAGCombiner] Fold avg(x, x) --> x
Signed-off-by: Jun Zhang <jun at junz.org>
Differential Revision: https://reviews.llvm.org/D147404
Compare: https://github.com/llvm/llvm-project/compare/4993e4e5d672...7657e50fefe0
More information about the All-commits
mailing list