[llvm] 34f434e - [NFC][AMDGPU] Add missing `lit.local.cfg` to `PreISelIntrinsicLowering` tests (#178154)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 27 03:02:07 PST 2026


Author: Abhishek Kaushik
Date: 2026-01-27T11:02:03Z
New Revision: 34f434e45d03ae0571bce5a8a1a1c4ccb27992dd

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

LOG: [NFC][AMDGPU] Add missing `lit.local.cfg` to `PreISelIntrinsicLowering` tests (#178154)

Add `lit.local.cfg` to restrict the `PreISelIntrinsicLowering/AMDGPU`
tests to AMDGPU only.

These tests were previously being run for all targets.

Added: 
    llvm/test/Transforms/PreISelIntrinsicLowering/AMDGPU/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/PreISelIntrinsicLowering/AMDGPU/lit.local.cfg b/llvm/test/Transforms/PreISelIntrinsicLowering/AMDGPU/lit.local.cfg
new file mode 100644
index 0000000000000..7c492428aec76
--- /dev/null
+++ b/llvm/test/Transforms/PreISelIntrinsicLowering/AMDGPU/lit.local.cfg
@@ -0,0 +1,2 @@
+if not "AMDGPU" in config.root.targets:
+    config.unsupported = True


        


More information about the llvm-commits mailing list