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: unassignedb...@nondot.org
Reporter: diana.pi...@linaro.org
CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs