[PATCH] D69013: [AArch64][X86] Don't assume __powidf2 is available on Windows.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 16:36:38 PST 2019
efriedma updated this revision to Diff 227981.
efriedma added a comment.
Herald added a subscriber: hiraditya.
Updated. I'm a little uncomfortable with the untested codepath, but I guess it isn't any worse than report_fatal_error, which always kills the process.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69013/new/
https://reviews.llvm.org/D69013
Files:
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/AArch64/powi-windows.ll
llvm/test/CodeGen/X86/powi-windows.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69013.227981.patch
Type: text/x-patch
Size: 10646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191106/b293a2cc/attachment.bin>
More information about the llvm-commits
mailing list