[llvm] r300807 - Do not run frame verification if target does not use frame instructions

Serge Pavlov via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 22:35:39 PDT 2017


These lines were copied from PEI::calculateCallFrameInfo. To test them we
need a target that do not use frame instructions, it could be a stackless
architecture. I cannot find such in intree targets.
Anyway the change is obvious and useful for some targets.

Thanks,
--Serge

2017-04-20 11:27 GMT+07:00 Davide Italiano <davide at freebsd.org>:

> On Wed, Apr 19, 2017 at 6:34 PM, Serge Pavlov via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
> > Author: sepavloff
> > Date: Wed Apr 19 20:34:04 2017
> > New Revision: 300807
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=300807&view=rev
> > Log:
> > Do not run frame verification if target does not use frame instructions
> >
>
> Testcase?
>
> --
> Davide
>
> "There are no solved problems; there are only problems that are more
> or less solved" -- Henri Poincare
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170420/00471811/attachment.html>


More information about the llvm-commits mailing list