[llvm-bugs] [Bug 45910] New: [ARM] Merge fc373522b044 into 10.0.1

via llvm-bugs llvm-bugs at lists.llvm.org
Wed May 13 10:21:15 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=45910

            Bug ID: 45910
           Summary: [ARM] Merge fc373522b044 into 10.0.1
           Product: new-bugs
           Version: 10.0
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: dimitry at andric.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

Please merge https://reviews.llvm.org/rGfc373522b044 into 10.0.1. This is a
follow-up for big-endian ARM of https://reviews.llvm.org/rG2e24219d3cbf, which
fixed bug 44929 (and was already merged into 10.0.0 via
https://reviews.llvm.org/rG058a8cd73f33):

Author: Dimitry Andric
Date: 2020-05-12T19:27:48+02:00
New Revision: fc373522b044e0b150561204958f0d603fb4caba

URL:
https://github.com/llvm/llvm-project/commit/fc373522b044e0b150561204958f0d603fb4caba
DIFF:
https://github.com/llvm/llvm-project/commit/fc373522b044e0b150561204958f0d603fb4caba.diff

LOG: [arm] Add big-endian version of pcrel fixups for adr instructions

Summary:
In 2e24219d3cbf, a number of ARM pcrel fixups were resolved at assembly
time, to solve PR44929. This only covered little-endian ARM however, so
add similar fixups for big-endian ARM. Also extend the test case to
cover big-endian ARM.

Reviewers: hans, psmith, MaskRay

Reviewed By: psmith, MaskRay

Subscribers: kristof.beyls, hiraditya, danielkiss, emaste, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79774

-- 
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/20200513/089b1fd4/attachment-0001.html>


More information about the llvm-bugs mailing list