[llvm] r230482 - Replace obsolete -mattr=n64 command line option with -target-abi=n64. No functional changes.

Eric Christopher echristo at gmail.com
Wed Feb 25 10:29:16 PST 2015


There are a few other tests that do the same thing. Could you fix those up
as well? Thanks!

-eric

On Wed Feb 25 2015 at 3:47:54 AM Vladimir Medic <Vladimir.Medic at imgtec.com>
wrote:

> Author: vmedic
> Date: Wed Feb 25 05:43:01 2015
> New Revision: 230482
>
> URL: http://llvm.org/viewvc/llvm-project?rev=230482&view=rev
> Log:
> Replace obsolete -mattr=n64 command line option with -target-abi=n64. No
> functional changes.
>
> Modified:
>     llvm/trunk/test/CodeGen/Mips/fmadd1.ll
>
> Modified: llvm/trunk/test/CodeGen/Mips/fmadd1.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/
> CodeGen/Mips/fmadd1.ll?rev=230482&r1=230481&r2=230482&view=diff
> ============================================================
> ==================
> --- llvm/trunk/test/CodeGen/Mips/fmadd1.ll (original)
> +++ llvm/trunk/test/CodeGen/Mips/fmadd1.ll Wed Feb 25 05:43:01 2015
> @@ -8,15 +8,15 @@
>  ; RUN: llc < %s -march=mipsel   -mcpu=mips32
> -enable-no-nans-fp-math | FileCheck %s -check-prefix=ALL -check-prefix=32
>  -check-prefix=32-NONAN
>  ; RUN: llc < %s -march=mipsel   -mcpu=mips32r2
> -enable-no-nans-fp-math | FileCheck %s -check-prefix=ALL -check-prefix=32R2
> -check-prefix=32R2-NONAN
>  ; RUN: llc < %s -march=mipsel   -mcpu=mips32r6
> -enable-no-nans-fp-math | FileCheck %s -check-prefix=ALL -check-prefix=32R6
> -check-prefix=32R6-NONAN
> -; RUN: llc < %s -march=mips64el -mcpu=mips64   -mattr=n64
> -enable-no-nans-fp-math | FileCheck %s -check-prefix=ALL -check-prefix=64
>  -check-prefix=64-NONAN
> -; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -mattr=n64
> -enable-no-nans-fp-math | FileCheck %s -check-prefix=ALL -check-prefix=64R2
> -check-prefix=64R2-NONAN
> -; RUN: llc < %s -march=mips64el -mcpu=mips64r6 -mattr=n64
> -enable-no-nans-fp-math | FileCheck %s -check-prefix=ALL -check-prefix=64R6
> -check-prefix=64R6-NONAN
> +; RUN: llc < %s -march=mips64el -mcpu=mips64   -target-abi=n64
> -enable-no-nans-fp-math | FileCheck %s -check-prefix=ALL -check-prefix=64
>  -check-prefix=64-NONAN
> +; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -target-abi=n64
> -enable-no-nans-fp-math | FileCheck %s -check-prefix=ALL -check-prefix=64R2
> -check-prefix=64R2-NONAN
> +; RUN: llc < %s -march=mips64el -mcpu=mips64r6 -target-abi=n64
> -enable-no-nans-fp-math | FileCheck %s -check-prefix=ALL -check-prefix=64R6
> -check-prefix=64R6-NONAN
>  ; RUN: llc < %s -march=mipsel   -mcpu=mips32              | FileCheck %s
> -check-prefix=ALL -check-prefix=32 -check-prefix=32-NAN
>  ; RUN: llc < %s -march=mipsel   -mcpu=mips32r2            | FileCheck %s
> -check-prefix=ALL -check-prefix=32R2 -check-prefix=32R2-NAN
>  ; RUN: llc < %s -march=mipsel   -mcpu=mips32r6            | FileCheck %s
> -check-prefix=ALL -check-prefix=32R6 -check-prefix=32R6-NAN
> -; RUN: llc < %s -march=mips64el -mcpu=mips64   -mattr=n64 | FileCheck %s
> -check-prefix=ALL -check-prefix=64   -check-prefix=64-NAN
> -; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -mattr=n64 | FileCheck %s
> -check-prefix=ALL -check-prefix=64R2 -check-prefix=64R2-NAN
> -; RUN: llc < %s -march=mips64el -mcpu=mips64r6 -mattr=n64 | FileCheck %s
> -check-prefix=ALL -check-prefix=64R6 -check-prefix=64R6-NAN
> +; RUN: llc < %s -march=mips64el -mcpu=mips64   -target-abi=n64 |
> FileCheck %s -check-prefix=ALL -check-prefix=64   -check-prefix=64-NAN
> +; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -target-abi=n64 |
> FileCheck %s -check-prefix=ALL -check-prefix=64R2 -check-prefix=64R2-NAN
> +; RUN: llc < %s -march=mips64el -mcpu=mips64r6 -target-abi=n64 |
> FileCheck %s -check-prefix=ALL -check-prefix=64R6 -check-prefix=64R6-NAN
>
>  define float @FOO0float(float %a, float %b, float %c) nounwind readnone {
>  entry:
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150225/934bb9b5/attachment.html>


More information about the llvm-commits mailing list