[llvm-bugs] [Bug 46828] New: fatal error: error in backend: Cannot select: intrinsic %llvm.aarch64.fjcvtzs
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jul 23 12:31:18 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46828
Bug ID: 46828
Summary: fatal error: error in backend: Cannot select:
intrinsic %llvm.aarch64.fjcvtzs
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: ahatanak at gmail.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
neeilans at live.com, richard-llvm at metafoo.co.uk
$ cat test.c
int main(int argc, char *argv[]) {
double x = argc;
return __builtin_arm_jcvt(x);
}
$ clang test.c -c -target aarch64-arm-none-eabi
--
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/20200723/68719a1b/attachment.html>
More information about the llvm-bugs
mailing list