[llvm] ARM: Use correct file extension for IR test (PR #142728)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 4 00:11:34 PDT 2025
https://github.com/arsenm created https://github.com/llvm/llvm-project/pull/142728
None
>From 08fa88e70f601c02c6b5f12f2c5fa4abc4104fca Mon Sep 17 00:00:00 2001
From: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Wed, 4 Jun 2025 14:45:16 +0900
Subject: [PATCH] ARM: Use correct file extension for IR test
---
llvm/test/CodeGen/ARM/{float-helpers.s => float-helpers.ll} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename llvm/test/CodeGen/ARM/{float-helpers.s => float-helpers.ll} (100%)
diff --git a/llvm/test/CodeGen/ARM/float-helpers.s b/llvm/test/CodeGen/ARM/float-helpers.ll
similarity index 100%
rename from llvm/test/CodeGen/ARM/float-helpers.s
rename to llvm/test/CodeGen/ARM/float-helpers.ll
More information about the llvm-commits
mailing list