[PATCH] D142178: [X86][WIP] Change precision control to FP80 during u64->fp32 conversion on Windows.
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 03:47:46 PST 2023
pengfei added a comment.
This looks a good way to solve the problem.
================
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.
----------------
This should be in the same line.
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