[PATCH] D71897: [X86] Adding fp128 support for strict fcmp
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 3 06:37:36 PST 2020
RKSimon added inline comments.
================
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:
----------------
nounwind to remove .cfi directives?
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