[all-commits] [llvm/llvm-project] 39c4c7: [DAGCombiner] remove vselect fold that was acciden...
RotateRight via All-commits
all-commits at lists.llvm.org
Sat Nov 6 06:36:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39c4c7d3912a6759e537e03ed334451e9f96e9ad
https://github.com/llvm/llvm-project/commit/39c4c7d3912a6759e537e03ed334451e9f96e9ad
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-11-06 (Sat, 06 Nov 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAGCombiner] remove vselect fold that was accidentally added
This diff snuck into the unrelated:
025a2f73a319
It's a suggested follow-up for D113212, but I need to add test
coverage first.
More information about the All-commits
mailing list