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

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 10:50:33 PST 2019


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?

Thanks,
Tom

> 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