[PATCH] D142178: [X86] Change precision control to FP80 during u64->fp32 conversion on Windows.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 10:07:04 PST 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.h:896-897
+ /// value in memory of operand 1. If condition of operand 4 is met, add
+ /// value
/// operand 3 to m32 and write new value in operand 1. Operand 2 is
/// always updated with the original value from operand 1.
----------------
icedrocket wrote:
> pengfei wrote:
> > This should be in the same line.
> Is this comment change intended? Other than this, everything looks good.
not sure what happened there. I'll fix
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142178/new/
https://reviews.llvm.org/D142178
More information about the llvm-commits
mailing list