[llvm] r354497 - AArch64/test: Add check for function name to machine-outliner-bad-adrp.mir

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 21 00:56:45 PST 2019


On Wed, Feb 20, 2019 at 7:50 PM Tom Stellard <tstellar at redhat.com> wrote:
>
> On 02/20/2019 10:43 AM, Tom Stellard via llvm-commits wrote:
> > Author: tstellar
> > Date: Wed Feb 20 10:43:45 2019
> > New Revision: 354497
> >
>
> Hi Hans,
>
> Can this patch be merged to the release_80 branch?

Sure, r354555.

Thanks,
Hans

> > URL: http://llvm.org/viewvc/llvm-project?rev=354497&view=rev
> > Log:
> > AArch64/test: Add check for function name to machine-outliner-bad-adrp.mir
> >
> > Summary:
> > This test was failing in one of our setups because the generated ModuleID
> > had the full path of the test file and that path contained the string
> > BL.
> >
> > Reviewers: t.p.northover, jpaquette, paquette
> >
> > Reviewed By: paquette
> >
> > Subscribers: javed.absar, kristof.beyls, llvm-commits
> >
> > Tags: #llvm
> >
> > Differential Revision: https://reviews.llvm.org/D58217
> >
> > Modified:
> >     llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir
> >
> > Modified: llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir
> > URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir?rev=354497&r1=354496&r2=354497&view=diff
> > ==============================================================================
> > --- llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir (original)
> > +++ llvm/trunk/test/CodeGen/AArch64/machine-outliner-bad-adrp.mir Wed Feb 20 10:43:45 2019
> > @@ -10,6 +10,7 @@
> >  ...
> >  ---
> >  name:            foo
> > +# CHECK-LABEL: name: foo
> >  tracksRegLiveness: true
> >  constants:
> >    - id:              0
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at lists.llvm.org
> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
> >
>


More information about the llvm-commits mailing list