[llvm-bugs] [Bug 42889] New: Sanitizer + -O3 stalls in LLVM backend

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 5 05:52:15 PDT 2019


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

            Bug ID: 42889
           Summary: Sanitizer + -O3 stalls in LLVM backend
           Product: clang
           Version: 8.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: dominik.strasser at onespin.com
                CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
                    richard-llvm at metafoo.co.uk

Created attachment 22339
  --> https://bugs.llvm.org/attachment.cgi?id=22339&action=edit
Source code stalling the compiler

compiling the attached source (admittedly large, it is a bison output) runs for
hours in the backend.

Looking at the clang backtrace suggests that
llvm::RegAllocBase::allocatePhysRegs
could be the problematic code area.

-- 
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/20190805/a2e3cb8d/attachment.html>


More information about the llvm-bugs mailing list