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: unassignedb...@nondot.org
          Reporter: kparz...@quicinc.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to