[llvm] b40d233 - [AMDGPU] Fix PR #157408 test failures (#157823)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 10 03:25:25 PDT 2025


Author: Frederik Harwath
Date: 2025-09-10T10:25:21Z
New Revision: b40d233797966ed88638d0665a7faa825e5230af

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

LOG: [AMDGPU] Fix PR #157408 test failures (#157823)

The test introduced by PR #157408 requires the amdgpu target. Move it to
the subdirectory which only runs if the target is available.

Added: 
    llvm/test/Transforms/ExpandFp/AMDGPU/pass-parameters.ll

Modified: 
    

Removed: 
    llvm/test/Transforms/ExpandFp/pass-parameters.ll


################################################################################
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