[PATCH] D28335: [WIP] [RFC] Don't lower floating point intrinsics to libcalls which modify errno

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 12:31:22 PDT 2017


craig.topper added a comment.

Doesn't X86 lower llvm.sin/llvm.cos to fsin/fcos instructions with unsafe math and no sse?


Repository:
  rL LLVM

https://reviews.llvm.org/D28335





More information about the llvm-commits mailing list