[llvm-bugs] [Bug 46911] New: Wrong alignment on conditional store
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jul 30 09:01:20 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46911
Bug ID: 46911
Summary: Wrong alignment on conditional store
Product: libraries
Version: 11.0
Hardware: Other
OS: All
Status: NEW
Severity: release blocker
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: kparzysz at quicinc.com
CC: llvm-bugs at lists.llvm.org
Blocks: 46725
The original commit introducing part-word LL/SC expansion omitted alignment
update on the conditional store by accident. This lead to incorrect code
generated for sub-32-bit atomic operations.
This mainly affects Hexagon.
This is fixed in master in 7b114446c320de542c50c4c02f566e5d18adee33.
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=46725
[Bug 46725] [meta] 11.0.0 Release Blockers
--
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/20200730/748f176a/attachment.html>
More information about the llvm-bugs
mailing list