[PATCH] D72665: [X86] Break the loop in LowerReturn into 2 loops.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 13:50:10 PST 2020


craig.topper added a comment.

In D72665#1839600 <https://reviews.llvm.org/D72665#1839600>, @rnk wrote:

> From the commit message, this sounds like it is fixing a bug. Can it be tested? Did you have a test already, or did you forget to add it?
>
> Otherwise, code looks good.


This patch was intended as an NFC rework. The use of STRICT_FP_EXTEND in strictfp functions will be a separate patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72665/new/

https://reviews.llvm.org/D72665





More information about the llvm-commits mailing list