[PATCH] D71897: [X86] Adding fp128 support for strict fcmp

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 19:32:32 PST 2020


pengfei marked an inline comment as done.
pengfei added a comment.





================
Comment at: llvm/test/CodeGen/X86/fp128-libcalls-strict.ll:1131
 
+define i64 @cmp(i64 %a, i64 %b, fp128 %x, fp128 %y) #0 {
+; CHECK-LABEL: cmp:
----------------
RKSimon wrote:
> nounwind to remove .cfi directives?
Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71897





More information about the llvm-commits mailing list