[PATCH] D14205: [x86] Front-end part of MCU psABI support

Andrey Bokhanko via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 2 01:59:08 PST 2015


andreybokhanko added a comment.

Michael,

Thanks for the review!

As for your comment, I will investigate and fix (if needed).

Andrey


================
Comment at: lib/Basic/Targets.cpp:2327
@@ -2325,3 +2326,3 @@
     // X87 evaluates with 80 bits "long double" precision.
     return SSELevel == NoSSE ? 2 : 0;
   }
----------------
mkuper wrote:
> Do you know if we should also change this to be 0?
Good catch.

Let me investigate and change (if needed) in another patch.


Repository:
  rL LLVM

http://reviews.llvm.org/D14205





More information about the cfe-commits mailing list