[llvm-bugs] [Bug 32868] New: Mips accesses MachineFrameInfo::getMaxCallFrameSize() before it is computed
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon May 1 13:00:09 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32868
Bug ID: 32868
Summary: Mips accesses MachineFrameInfo::getMaxCallFrameSize()
before it is computed
Product: libraries
Version: 4.0
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: MIPS
Assignee: unassignedbugs at nondot.org
Reporter: matze at braunis.de
CC: llvm-bugs at lists.llvm.org
https://reviews.llvm.org/D32570 is adding infrastructure to detect
whetherMachineFrameInfo::MaxCallFrameSize is queried before it is computed.
This fails the following tests blocking the `assert` in the patch to be
enabled:
LLVM :: CodeGen/Mips/dynamic-stack-realignment.ll
LLVM :: CodeGen/Mips/emergency-spill-slot-near-fp.ll
LLVM :: CodeGen/Mips/msa/3r_splat.ll
LLVM :: CodeGen/Mips/msa/frameindex.ll
LLVM :: CodeGen/Mips/msa/llvm-stress-s1704963983.ll
LLVM :: CodeGen/Mips/msa/llvm-stress-s1935737938.ll
LLVM :: CodeGen/Mips/msa/llvm-stress-s3861334421.ll
LLVM :: CodeGen/Mips/msa/llvm-stress-s3997499501.ll
LLVM :: CodeGen/Mips/msa/llvm-stress-s525530439.ll
LLVM :: CodeGen/Mips/msa/llvm-stress-s997348632.ll
LLVM :: CodeGen/Mips/msa/llvm-stress-sz1-s742806235.ll
LLVM :: CodeGen/Mips/return-vector.ll
LLVM :: CodeGen/Mips/selectiondag-optlevel.ll
--
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/20170501/50785f4a/attachment.html>
More information about the llvm-bugs
mailing list