Skip to content

Commit 0faeea4

Browse files
committed
[AIE2P] Enable encoding tests run lines
1 parent 8b335be commit 0faeea4

File tree

13 files changed

+28
-28
lines changed

13 files changed

+28
-28
lines changed

llvm/test/CodeGen/AIE/aie2p/BinaryOutput/event.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# See https://llvm.org/LICENSE.txt for license information.
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
#
6-
# (c) Copyright 2024 Advanced Micro Devices, Inc. or its affiliates
6+
# (c) Copyright 2024-2025 Advanced Micro Devices, Inc. or its affiliates
77
#
88
# RUN: llc %llcflags --filetype=obj -o %t
99
# RUN: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
10-
# TODO: llc %llcflags --filetype=asm -o %t2
10+
# RUN: llc %llcflags --filetype=asm -o %t2
1111
# TODO: llvm-mc -triple aie2p -filetype=obj -o %t %t2
1212
# TODO: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
1313
#

llvm/test/CodeGen/AIE/aie2p/BinaryOutput/inv.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# See https://llvm.org/LICENSE.txt for license information.
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
#
6-
# (c) Copyright 2024 Advanced Micro Devices, Inc. or its affiliates
6+
# (c) Copyright 2024-2025 Advanced Micro Devices, Inc. or its affiliates
77
#
88
# RUN: llc %llcflags --filetype=obj -o %t
99
# RUN: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
10-
# TODO: llc %llcflags --filetype=asm -o %t2
10+
# RUN: llc %llcflags --filetype=asm -o %t2
1111
# TODO: llvm-mc -triple aie2p -filetype=obj -o %t %t2
1212
# TODO: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
1313
# Change TODOs to RUN once there is AsmParser support

llvm/test/CodeGen/AIE/aie2p/BinaryOutput/invsqrt.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# See https://llvm.org/LICENSE.txt for license information.
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
#
6-
# (c) Copyright 2024 Advanced Micro Devices, Inc. or its affiliates
6+
# (c) Copyright 2024-2025 Advanced Micro Devices, Inc. or its affiliates
77
#
88
# RUN: llc %llcflags --filetype=obj -o %t
99
# RUN: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
10-
# TODO: llc %llcflags --filetype=asm -o %t2
10+
# RUN: llc %llcflags --filetype=asm -o %t2
1111
# TODO: llvm-mc -triple aie2p -filetype=obj -o %t %t2
1212
# TODO: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
1313
# Change TODOs to RUN once there is AsmParser support

llvm/test/CodeGen/AIE/aie2p/BinaryOutput/mov.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# See https://llvm.org/LICENSE.txt for license information.
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
#
6-
# (c) Copyright 2024 Advanced Micro Devices, Inc. or its affiliates
6+
# (c) Copyright 2024-2025 Advanced Micro Devices, Inc. or its affiliates
77
#
88
# RUN: llc %llcflags --filetype=obj -o %t
99
# RUN: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
10-
# TODO: llc %llcflags --filetype=asm -o %t2
10+
# RUN: llc %llcflags --filetype=asm -o %t2
1111
# TODO: llvm-mc -triple aie2p -filetype=obj -o %t %t2
1212
# TODO: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
1313
# Change TODOs to RUN once there is AsmParser support

llvm/test/CodeGen/AIE/aie2p/BinaryOutput/sqrt.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# See https://llvm.org/LICENSE.txt for license information.
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
#
6-
# (c) Copyright 2024 Advanced Micro Devices, Inc. or its affiliates
6+
# (c) Copyright 2024-2025 Advanced Micro Devices, Inc. or its affiliates
77
#
88
# RUN: llc %llcflags --filetype=obj -o %t
99
# RUN: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
10-
# TODO: llc %llcflags --filetype=asm -o %t2
10+
# RUN: llc %llcflags --filetype=asm -o %t2
1111
# TODO: llvm-mc -triple aie2p -filetype=obj -o %t %t2
1212
# TODO: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
1313
# Change TODOs to RUN once there is AsmParser support

llvm/test/CodeGen/AIE/aie2p/BinaryOutput/vadd.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# See https://llvm.org/LICENSE.txt for license information.
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
#
6-
# (c) Copyright 2024 Advanced Micro Devices, Inc. or its affiliates
6+
# (c) Copyright 2024-2025 Advanced Micro Devices, Inc. or its affiliates
77
#
88
# RUN: llc %llcflags --filetype=obj -o %t
99
# RUN: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
10-
# TODO: llc %llcflags --filetype=asm -o %t2
10+
# RUN: llc %llcflags --filetype=asm -o %t2
1111
# TODO: llvm-mc -triple aie2p -filetype=obj -o %t %t2
1212
# TODO: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
1313
# Change TODOs to RUN once there is AsmParser support

llvm/test/CodeGen/AIE/aie2p/BinaryOutput/vaddmac.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# See https://llvm.org/LICENSE.txt for license information.
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
#
6-
# (c) Copyright 2024 Advanced Micro Devices, Inc. or its affiliates
6+
# (c) Copyright 2024-2025 Advanced Micro Devices, Inc. or its affiliates
77
#
88
# RUN: llc %llcflags --filetype=obj -o %t
99
# RUN: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
10-
# TODO: llc %llcflags --filetype=asm -o %t2
10+
# RUN: llc %llcflags --filetype=asm -o %t2
1111
# TODO: llvm-mc -triple aie2p -filetype=obj -o %t %t2
1212
# TODO: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
1313
# Change TODOs to RUN once there is AsmParser support

llvm/test/CodeGen/AIE/aie2p/BinaryOutput/vaddmsc.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# See https://llvm.org/LICENSE.txt for license information.
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
#
6-
# (c) Copyright 2024 Advanced Micro Devices, Inc. or its affiliates
6+
# (c) Copyright 2024-2025 Advanced Micro Devices, Inc. or its affiliates
77
#
88
# RUN: llc %llcflags --filetype=obj -o %t
99
# RUN: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
10-
# TODO: llc %llcflags --filetype=asm -o %t2
10+
# RUN: llc %llcflags --filetype=asm -o %t2
1111
# TODO: llvm-mc -triple aie2p -filetype=obj -o %t %t2
1212
# TODO: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
1313
# Change TODOs to RUN once there is AsmParser support

llvm/test/CodeGen/AIE/aie2p/BinaryOutput/vfloor.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# See https://llvm.org/LICENSE.txt for license information.
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
#
6-
# (c) Copyright 2024 Advanced Micro Devices, Inc. or its affiliates
6+
# (c) Copyright 2024-2025 Advanced Micro Devices, Inc. or its affiliates
77
#
88
# RUN: llc %llcflags --filetype=obj -o %t
99
# RUN: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
10-
# TODO: llc %llcflags --filetype=asm -o %t2
10+
# RUN: llc %llcflags --filetype=asm -o %t2
1111
# TODO: llvm-mc -triple aie2p -filetype=obj -o %t %t2
1212
# TODO: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
1313
# Change TODOs to RUN once there is AsmParser support

llvm/test/CodeGen/AIE/aie2p/BinaryOutput/vinsert.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# See https://llvm.org/LICENSE.txt for license information.
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
#
6-
# (c) Copyright 2024 Advanced Micro Devices, Inc. or its affiliates
6+
# (c) Copyright 2024-2025 Advanced Micro Devices, Inc. or its affiliates
77
#
88
# RUN: llc %llcflags --filetype=obj -o %t
99
# RUN: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
10-
# TODO: llc %llcflags --filetype=asm -o %t2
10+
# RUN: llc %llcflags --filetype=asm -o %t2
1111
# TODO: llvm-mc -triple aie2p -filetype=obj -o %t %t2
1212
# TODO: llvm-objdump --triple=aie2p -dr --no-print-imm-hex %t | FileCheck %s
1313
# Change TODOs to RUN once there is AsmParser support

0 commit comments

Comments
 (0)