[llvm-bugs] [Bug 33021] New: [AArch64] GlobalISel emits calls to fabs
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri May 12 04:40:49 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33021
Bug ID: 33021
Summary: [AArch64] GlobalISel emits calls to fabs
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: GlobalISel
Assignee: unassignedbugs at nondot.org
Reporter: diana.picus at linaro.org
CC: llvm-bugs at lists.llvm.org
When running the test-suite on an APM, we get linker errors on
MultiSource/Benchmarks/Prolangs-C/plot2fig due to undefined references to fabs.
The calls are generated from space.c.
For the same file, FastISel does not generate calls, but FABSDr. I'll attach a
reproducer.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170512/a1a8e9ab/attachment.html>
More information about the llvm-bugs
mailing list