[llvm] [AMDGPU] Fix PR #157408 test failures (PR #157823)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 02:54:00 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-transforms
Author: Frederik Harwath (frederik-h)
<details>
<summary>Changes</summary>
The test introduced by PR #<!-- -->157408 requires the amdgpu target. Move it to the subdirectory which only runs if the target is available.
---
Full diff: https://github.com/llvm/llvm-project/pull/157823.diff
1 Files Affected:
- (renamed) llvm/test/Transforms/ExpandFp/AMDGPU/pass-parameters.ll ()
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/157823
More information about the llvm-commits
mailing list