[llvm] 2f779e7 - AArch64/GlobalISel: Remove IR section from test

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 28 08:13:12 PDT 2021


Author: Matt Arsenault
Date: 2021-03-28T11:12:59-04:00
New Revision: 2f779e79d50114830c02cdb9e77bd851e13d9fc1

URL: https://github.com/llvm/llvm-project/commit/2f779e79d50114830c02cdb9e77bd851e13d9fc1
DIFF: https://github.com/llvm/llvm-project/commit/2f779e79d50114830c02cdb9e77bd851e13d9fc1.diff

LOG: AArch64/GlobalISel: Remove IR section from test

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir b/llvm/test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir
index 9bc639679bea..94390563f6ba 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir
@@ -1,32 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
-# RUN: llc -O0 -run-pass=legalizer %s -o - | FileCheck %s
-
---- |
-  target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
-  target triple = "aarch64--"
-
-  define void @test_fptosi_s32_s32() { ret void }
-  define void @test_fptoui_s32_s32() { ret void }
-  define void @test_fptosi_s32_s64() { ret void }
-  define void @test_fptoui_s32_s64() { ret void }
-
-  define void @test_fptosi_s64_s32() { ret void }
-  define void @test_fptoui_s64_s32() { ret void }
-  define void @test_fptosi_s64_s64() { ret void }
-  define void @test_fptoui_s64_s64() { ret void }
-
-  define void @test_fptosi_s1_s32() { ret void }
-  define void @test_fptoui_s1_s32() { ret void }
-
-  define void @test_fptosi_s8_s64() { ret void }
-  define void @test_fptoui_s8_s64() { ret void }
-
-  define void @test_fptosi_s16_s32() { ret void }
-  define void @test_fptoui_s16_s32() { ret void }
-
-  define void @test_fptoui_v4s32() { ret void }
-  define void @test_fptosi_v4s32() { ret void }
-...
+# RUN: llc -mtriple=aarch64-- -O0 -run-pass=legalizer %s -o - | FileCheck %s
 
 ---
 name:            test_fptosi_s32_s32


        


More information about the llvm-commits mailing list