[llvm] r278789 - Correct the upper bound for a CBZ/CBNZ branch target.

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 05:27:03 PDT 2016


On 16 August 2016 at 11:41, Prakhar Bahuguna via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: prakhar
> Date: Tue Aug 16 05:41:56 2016
> New Revision: 278789
>
> URL: http://llvm.org/viewvc/llvm-project?rev=278789&view=rev
> Log:
> Correct the upper bound for a CBZ/CBNZ branch target.
>
> Summary:
> Fix for the upper bound check that was causing a build failure.

Did you test this with https://llvm.org/PR28988 reduced case?

If so, than we should close that bug.

cheers,
--renato


More information about the llvm-commits mailing list