[all-commits] [llvm/llvm-project] 664f84: [FPEnv][SelectionDAG] Refactor strict FP node cons...
Ulrich Weigand via All-commits
all-commits at lists.llvm.org
Mon Nov 4 08:46:25 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 664f84e246478db82be2871f36fd1a523d9f2731
https://github.com/llvm/llvm-project/commit/664f84e246478db82be2871f36fd1a523d9f2731
Author: Ulrich Weigand <ulrich.weigand at de.ibm.com>
Date: 2019-11-04 (Mon, 04 Nov 2019)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Log Message:
-----------
[FPEnv][SelectionDAG] Refactor strict FP node construction
Small refactoring in visitConstrainedFPIntrinsic that should make
it easier to create DAG nodes requiring extra arguments. That is
the case currently only for STRICT_FP_ROUND, but may be the case
for additional nodes (in particular compares) in the future.
Extracted from the patch for D69281.
NFC.
More information about the All-commits
mailing list