[llvm-bugs] [Bug 38530] New: Compiler running infinitely since SVN r339472, "[ARM] Adjust AND immediates to make them cheaper to select"

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Aug 11 12:46:52 PDT 2018


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

            Bug ID: 38530
           Summary: Compiler running infinitely since SVN r339472, "[ARM]
                    Adjust AND immediates to make them cheaper to select"
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: ARM
          Assignee: unassignedbugs at nondot.org
          Reporter: martin at martin.st
                CC: llvm-bugs at lists.llvm.org

Created attachment 20682
  --> https://bugs.llvm.org/attachment.cgi?id=20682&action=edit
Test source file that triggers the bug

Since SVN r339472, "[ARM] Adjust AND immediates to make them cheaper to
select", the compiler seems to run forever when compiling certain source files.

To reproduce, compile the attached testcase with "clang -target
armv7-w64-mingw32 -c VbrTag.preproc.c -O2". (It also seems to behave similarly
with a target of armv7-linux-gnueabihf, but with more warnings.)

-- 
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/20180811/b5b864d6/attachment.html>


More information about the llvm-bugs mailing list