[PATCH] D57788: [X86] Don't set exception mask bits when modifying FPCW to change rounding mode for fp->int conversion
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 15 04:27:35 PST 2019
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM with one minor
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:30071
+
+ // OR 1s into bit 10 and 11.
+ unsigned NewCW =
----------------
Explain what the bits represent
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57788/new/
https://reviews.llvm.org/D57788
More information about the llvm-commits
mailing list