[all-commits] [llvm/llvm-project] 376050: [DAG] Move some unary constant folds from getNode(...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Aug 30 05:59:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 376050db9f2ae15a30b8882d9613d981bd86eefa
https://github.com/llvm/llvm-project/commit/376050db9f2ae15a30b8882d9613d981bd86eefa
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[DAG] Move some unary constant folds from getNode() to FoldConstantArithmetic()
We need to clean up some type handling before the remainder (int<->fp and bitcasts) can be moved over.
More information about the All-commits
mailing list