[all-commits] [llvm/llvm-project] 35c7b1: [DAG] SimplifyVBinOp - remove FoldConstantArithmet...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Dec 17 09:22:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35c7b1aeae75bd2c3be57eb506385cd24007a47d
https://github.com/llvm/llvm-project/commit/35c7b1aeae75bd2c3be57eb506385cd24007a47d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAG] SimplifyVBinOp - remove FoldConstantArithmetic call.
Constant folding (scalar/vector) is now consistently handled before the SimplifyVBinOp calls.
More information about the All-commits
mailing list