[llvm] 1295235 - Fix test case

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 05:16:45 PST 2020


Trying to get rid of the .s file created before this which breaks some
bots: https://github.com/llvm/llvm-project/commit/273641fedc528c3d7ea96020c104a4131e179c62

On Mon, Nov 30, 2020 at 10:35 AM Evgeny Leviant via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>
>
> Author: Evgeny Leviant
> Date: 2020-11-30T12:35:28+03:00
> New Revision: 129523588f2715cb5d2f8852c949b3669a3c1b6b
>
> URL: https://github.com/llvm/llvm-project/commit/129523588f2715cb5d2f8852c949b3669a3c1b6b
> DIFF: https://github.com/llvm/llvm-project/commit/129523588f2715cb5d2f8852c949b3669a3c1b6b.diff
>
> LOG: Fix test case
>
> Added:
>
>
> Modified:
>     llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir
>
> Removed:
>
>
>
> ################################################################################
> diff  --git a/llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir b/llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir
> index da8df20e54d7..03241c48045d 100644
> --- a/llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir
> +++ b/llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir
> @@ -1,4 +1,4 @@
> -# RUN: llc -mcpu=cortex-a57 -mtriple=thumb -enable-misched -run-pass=machine-scheduler -debug-only=machine-scheduler %s 2>&1 | FileCheck %s
> +# RUN: llc -mcpu=cortex-a57 -mtriple=thumb -enable-misched -run-pass=machine-scheduler -debug-only=machine-scheduler %s -o - 2>&1 | FileCheck %s
>
>  # CHECK-LABEL: ********** MI Scheduling **********
>  # CHECK:       %[[RES:[0-9]+]]:rgpr = t2MLA
>
>
>
> _______________________________________________
> 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