Skip to content

Commit 6336c6e

Browse files
arsenmtstellar
authored andcommitted
AArch64/GlobalISel: Remove IR section from test
(cherry picked from commit 2f779e7)
1 parent 877a07b commit 6336c6e

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

llvm/test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,5 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2-
# RUN: llc -O0 -run-pass=legalizer %s -o - | FileCheck %s
3-
4-
--- |
5-
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
6-
target triple = "aarch64--"
7-
8-
define void @test_fptosi_s32_s32() { ret void }
9-
define void @test_fptoui_s32_s32() { ret void }
10-
define void @test_fptosi_s32_s64() { ret void }
11-
define void @test_fptoui_s32_s64() { ret void }
12-
13-
define void @test_fptosi_s64_s32() { ret void }
14-
define void @test_fptoui_s64_s32() { ret void }
15-
define void @test_fptosi_s64_s64() { ret void }
16-
define void @test_fptoui_s64_s64() { ret void }
17-
18-
define void @test_fptosi_s1_s32() { ret void }
19-
define void @test_fptoui_s1_s32() { ret void }
20-
21-
define void @test_fptosi_s8_s64() { ret void }
22-
define void @test_fptoui_s8_s64() { ret void }
23-
24-
define void @test_fptosi_s16_s32() { ret void }
25-
define void @test_fptoui_s16_s32() { ret void }
26-
27-
define void @test_fptoui_v4s32() { ret void }
28-
define void @test_fptosi_v4s32() { ret void }
29-
...
2+
# RUN: llc -mtriple=aarch64-- -O0 -run-pass=legalizer %s -o - | FileCheck %s
303

314
---
325
name: test_fptosi_s32_s32

0 commit comments

Comments
 (0)