[llvm-bugs] [Bug 41231] New: Regression in "[ARM] Add missing memory operands to a bunch of instructions", with error "Expected a variant SchedClass"

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Mar 26 00:58:00 PDT 2019


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

            Bug ID: 41231
           Summary: Regression in "[ARM] Add missing memory operands to a
                    bunch of instructions", with error "Expected a variant
                    SchedClass"
           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: efriedma at quicinc.com, llvm-bugs at lists.llvm.org,
                    peter.smith at linaro.org, Ties.Stuij at arm.com

Created attachment 21672
  --> https://bugs.llvm.org/attachment.cgi?id=21672&action=edit
Reproduction source

Since SVN r356963, "[ARM] Add missing memory operands to a bunch of
instructions.", compilation of many different source files for
armv7-w64-mingw32 often fails with the error "Expected a variant SchedClass"

This can be reproduced with the attached reduced source file like this:

$ clang -target armv7-w64-mingw32 -c atrac-preproc.c -O3 -w
fatal error: error in backend: Expected a variant SchedClass
clang-9: error: clang frontend command failed with exit code 70 (use -v to see
invocation)
clang version 9.0.0 (trunk 356964) (llvm/trunk 356963)
Target: armv7-w64-windows-gnu
Thread model: posix

-- 
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/20190326/aacf3263/attachment.html>


More information about the llvm-bugs mailing list