[all-commits] [llvm/llvm-project] f80057: pre-commit test
Iris Shi via All-commits
all-commits at lists.llvm.org
Mon Apr 28 07:40:27 PDT 2025
Branch: refs/heads/users/el-ev/fold-masked-merge
Home: https://github.com/llvm/llvm-project
Commit: f800576a7b0cd848d093bdc25cde7273421868cb
https://github.com/llvm/llvm-project/commit/f800576a7b0cd848d093bdc25cde7273421868cb
Author: Iris Shi <0.0 at owo.li>
Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths:
A llvm/test/CodeGen/RISCV/fold-masked-merge.ll
Log Message:
-----------
pre-commit test
Commit: 50b9038d4e41887dc41b05ebb5859f8b6f6279d9
https://github.com/llvm/llvm-project/commit/50b9038d4e41887dc41b05ebb5859f8b6f6279d9
Author: Iris Shi <0.0 at owo.li>
Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/RISCV/fold-masked-merge.ll
M llvm/test/CodeGen/RISCV/unfold-masked-merge-scalar-variablemask.ll
M llvm/test/CodeGen/X86/bitselect.ll
M llvm/test/CodeGen/X86/fold-masked-merge.ll
M llvm/test/CodeGen/X86/unfold-masked-merge-scalar-variablemask.ll
M llvm/test/CodeGen/X86/unfold-masked-merge-vector-variablemask.ll
Log Message:
-----------
[SelectionDAG] Make `(a & x) | (~a & y) -> (a & (x ^ y)) ^ y` available for all targets
Compare: https://github.com/llvm/llvm-project/compare/f800576a7b0c%5E...50b9038d4e41
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list