[llvm] [AMDGPU] Fix PR #157408 test failures (PR #157823)
Frederik Harwath via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 02:53:30 PDT 2025
https://github.com/frederik-h created https://github.com/llvm/llvm-project/pull/157823
The test introduced by PR #157408 requires the amdgpu target. Move it to the subdirectory which only runs if the target is available.
>From 105d49805bea6f3033c26eb5aa99990fe7f9f717 Mon Sep 17 00:00:00 2001
From: Frederik Harwath <fharwath at amd.com>
Date: Wed, 10 Sep 2025 05:46:02 -0400
Subject: [PATCH] [AMDGPU] Fix PR #157408 test failures
The test introduced by PR #157408 requires the amdgpu target.
Move it to the subdirectory which only runs if the target is available.
---
llvm/test/Transforms/ExpandFp/{ => AMDGPU}/pass-parameters.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename llvm/test/Transforms/ExpandFp/{ => AMDGPU}/pass-parameters.ll (100%)
diff --git a/llvm/test/Transforms/ExpandFp/pass-parameters.ll b/llvm/test/Transforms/ExpandFp/AMDGPU/pass-parameters.ll
similarity index 100%
rename from llvm/test/Transforms/ExpandFp/pass-parameters.ll
rename to llvm/test/Transforms/ExpandFp/AMDGPU/pass-parameters.ll
More information about the llvm-commits
mailing list