[PATCH] D70226: Add an option to disable strict float node mutating to an normal float node
LiuChen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 04:17:17 PST 2019
LiuChen3 marked an inline comment as done.
LiuChen3 added inline comments.
================
Comment at: llvm/lib/Target/SystemZ/SystemZISelLowering.cpp:639
+ // Default to having -disable-strictnode-mutation on
+ IsStrictFPEnabled = true;
}
----------------
pengfei wrote:
> Extra blank.
Thanks for your review, there is no blank here original.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70226/new/
https://reviews.llvm.org/D70226
More information about the llvm-commits
mailing list