[PATCH] D71590: [LegalizeTypes] Copy SDNodeFlags when scalarizing, splitting, or unrolling strict fp nodes.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 00:28:52 PST 2019
craig.topper marked an inline comment as done.
craig.topper added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:7420
} else {
N = newSDNode<SDNode>(Opcode, DL.getIROrder(), DL.getDebugLoc(), VTList);
createOperands(N, Ops);
----------------
Not adding flags here, because none of the other getNode functions do for this same spot.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71590/new/
https://reviews.llvm.org/D71590
More information about the llvm-commits
mailing list