[PATCH] D63271: [FPEnv] Lower STRICT_FP_EXTEND and STRICT_FP_ROUND nodes in preprocess phase of ISelLowering to mirror non-strict nodes on x86.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 13 11:17:56 PDT 2019
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM with that typo fixed.
================
Comment at: lib/Target/X86/X86ISelDAGToDAG.cpp:1036
+ //Since th operation is StrictFP, use the preexisting chain.
+ SDValue Store = CurDAG->getTruncStore(N->getOperand(0), dl, N->getOperand(1),
----------------
th -> the
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63271/new/
https://reviews.llvm.org/D63271
More information about the llvm-commits
mailing list