[llvm-bugs] [Bug 50032] New: llc: x86 atomic load i256 crash
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Apr 19 13:46:12 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50032
Bug ID: 50032
Summary: llc: x86 atomic load i256 crash
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: loris.reiff at liblor.ch
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
Even though an atomic load of i256 isn't possible on x86, it shouldn't crash
ideally.
https://godbolt.org/z/6bccv3efq
%V = load atomic i256, i256* %a unordered, align 32
--
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/20210419/2ce9f4b3/attachment.html>
More information about the llvm-bugs
mailing list