Author: Matt Arsenault Date: 2021-05-12T11:00:57-07:00 New Revision: 6336c6eec1a1c12205d102c5555101c100c5ec73
URL: https://github.com/llvm/llvm-project/commit/6336c6eec1a1c12205d102c5555101c100c5ec73 DIFF: https://github.com/llvm/llvm-project/commit/6336c6eec1a1c12205d102c5555101c100c5ec73.diff LOG: AArch64/GlobalISel: Remove IR section from test (cherry picked from commit 2f779e79d50114830c02cdb9e77bd851e13d9fc1) 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 c82cedd08580e..b2ee3a6cc777c 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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits