[all-commits] [llvm/llvm-project] 2f329d: [DAG] foldConstantFPMath - accept ArrayRef<SDValue...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Oct 17 08:32:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f329d88bc2e6e6fc1d79a723bf150df49e04684
https://github.com/llvm/llvm-project/commit/2f329d88bc2e6e6fc1d79a723bf150df49e04684
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[DAG] foldConstantFPMath - accept ArrayRef<SDValue> Ops instead of explicit N1/N2 ops
First step towards adding unary/ternary fp ops handling, and not just binops
More information about the All-commits
mailing list