[all-commits] [llvm/llvm-project] 49190d: [NFC][AMDGPU][Attributor] Move all pure AMDGPUAttr...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Tue May 20 15:56:05 PDT 2025
Branch: refs/heads/users/shiltian/nfc-move-amdgpu-attributor-test-files
Home: https://github.com/llvm/llvm-project
Commit: 49190dd941dc91825e8dd26bc63b0bd27709b334
https://github.com/llvm/llvm-project/commit/49190dd941dc91825e8dd26bc63b0bd27709b334
Author: Shilei Tian <i at tianshilei.me>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
R llvm/test/CodeGen/AMDGPU/aa-as-infer.ll
R llvm/test/CodeGen/AMDGPU/addrspacecast-constantexpr.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-no-agpr.ll
R llvm/test/CodeGen/AMDGPU/annotate-existing-abi-attributes.ll
R llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
R llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa.ll
R llvm/test/CodeGen/AMDGPU/annotate-kernel-features.ll
R llvm/test/CodeGen/AMDGPU/attr-amdgpu-max-num-workgroups-propagate.ll
R llvm/test/CodeGen/AMDGPU/attributor-flatscratchinit-undefined-behavior.ll
R llvm/test/CodeGen/AMDGPU/attributor-flatscratchinit.ll
R llvm/test/CodeGen/AMDGPU/attributor-loop-issue-58639.ll
R llvm/test/CodeGen/AMDGPU/direct-indirect-call.ll
R llvm/test/CodeGen/AMDGPU/duplicate-attribute-indirect.ll
R llvm/test/CodeGen/AMDGPU/implicitarg-offset-attributes.ll
R llvm/test/CodeGen/AMDGPU/indirect-call-set-from-other-function.ll
R llvm/test/CodeGen/AMDGPU/issue120256-annotate-constexpr-addrspacecast.ll
R llvm/test/CodeGen/AMDGPU/propagate-flat-work-group-size.ll
R llvm/test/CodeGen/AMDGPU/propagate-waves-per-eu.ll
R llvm/test/CodeGen/AMDGPU/recursive_global_initializer.ll
R llvm/test/CodeGen/AMDGPU/remove-no-kernel-id-attribute.ll
R llvm/test/CodeGen/AMDGPU/simple-indirect-call-2.ll
R llvm/test/CodeGen/AMDGPU/uniform-work-group-attribute-missing.ll
R llvm/test/CodeGen/AMDGPU/uniform-work-group-multistep.ll
R llvm/test/CodeGen/AMDGPU/uniform-work-group-nested-function-calls.ll
R llvm/test/CodeGen/AMDGPU/uniform-work-group-prevent-attribute-propagation.ll
R llvm/test/CodeGen/AMDGPU/uniform-work-group-propagate-attribute.ll
R llvm/test/CodeGen/AMDGPU/uniform-work-group-recursion-test.ll
R llvm/test/CodeGen/AMDGPU/uniform-work-group-test.ll
A llvm/test/Transforms/Attributor/AMDGPU/aa-as-infer.ll
A llvm/test/Transforms/Attributor/AMDGPU/addrspacecast-constantexpr.ll
A llvm/test/Transforms/Attributor/AMDGPU/amdgpu-attributor-no-agpr.ll
A llvm/test/Transforms/Attributor/AMDGPU/annotate-existing-abi-attributes.ll
A llvm/test/Transforms/Attributor/AMDGPU/annotate-kernel-features-hsa-call.ll
A llvm/test/Transforms/Attributor/AMDGPU/annotate-kernel-features-hsa.ll
A llvm/test/Transforms/Attributor/AMDGPU/annotate-kernel-features.ll
A llvm/test/Transforms/Attributor/AMDGPU/attr-amdgpu-max-num-workgroups-propagate.ll
A llvm/test/Transforms/Attributor/AMDGPU/attributor-flatscratchinit-undefined-behavior.ll
A llvm/test/Transforms/Attributor/AMDGPU/attributor-flatscratchinit.ll
A llvm/test/Transforms/Attributor/AMDGPU/attributor-loop-issue-58639.ll
A llvm/test/Transforms/Attributor/AMDGPU/direct-indirect-call.ll
A llvm/test/Transforms/Attributor/AMDGPU/duplicate-attribute-indirect.ll
A llvm/test/Transforms/Attributor/AMDGPU/implicitarg-offset-attributes.ll
A llvm/test/Transforms/Attributor/AMDGPU/indirect-call-set-from-other-function.ll
A llvm/test/Transforms/Attributor/AMDGPU/issue120256-annotate-constexpr-addrspacecast.ll
A llvm/test/Transforms/Attributor/AMDGPU/propagate-flat-work-group-size.ll
A llvm/test/Transforms/Attributor/AMDGPU/propagate-waves-per-eu.ll
A llvm/test/Transforms/Attributor/AMDGPU/recursive_global_initializer.ll
A llvm/test/Transforms/Attributor/AMDGPU/remove-no-kernel-id-attribute.ll
A llvm/test/Transforms/Attributor/AMDGPU/simple-indirect-call-2.ll
A llvm/test/Transforms/Attributor/AMDGPU/uniform-work-group-attribute-missing.ll
A llvm/test/Transforms/Attributor/AMDGPU/uniform-work-group-multistep.ll
A llvm/test/Transforms/Attributor/AMDGPU/uniform-work-group-nested-function-calls.ll
A llvm/test/Transforms/Attributor/AMDGPU/uniform-work-group-prevent-attribute-propagation.ll
A llvm/test/Transforms/Attributor/AMDGPU/uniform-work-group-propagate-attribute.ll
A llvm/test/Transforms/Attributor/AMDGPU/uniform-work-group-recursion-test.ll
A llvm/test/Transforms/Attributor/AMDGPU/uniform-work-group-test.ll
Log Message:
-----------
[NFC][AMDGPU][Attributor] Move all pure AMDGPUAttributor related test files to `llvm/test/Transforms/Attributor/AMDGPU/`
This doesn't include those that are mixed with `llc` tests.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list