[llvm] 10207fc - AMDGPU: Move test to correct location
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 21 08:30:41 PDT 2022
Author: Matt Arsenault
Date: 2022-09-21T11:30:32-04:00
New Revision: 10207fc5ae4c8d1d6c6959f7f88cd52f9fd402e3
URL: https://github.com/llvm/llvm-project/commit/10207fc5ae4c8d1d6c6959f7f88cd52f9fd402e3
DIFF: https://github.com/llvm/llvm-project/commit/10207fc5ae4c8d1d6c6959f7f88cd52f9fd402e3.diff
LOG: AMDGPU: Move test to correct location
This is not a MIR printer/parser test, so it belongs with the ordinary
codegen tests.
Added:
llvm/test/CodeGen/AMDGPU/load-store-opt-dlc.mir
Modified:
Removed:
llvm/test/CodeGen/MIR/AMDGPU/load-store-opt-dlc.mir
################################################################################
diff --git a/llvm/test/CodeGen/MIR/AMDGPU/load-store-opt-dlc.mir b/llvm/test/CodeGen/AMDGPU/load-store-opt-dlc.mir
similarity index 100%
rename from llvm/test/CodeGen/MIR/AMDGPU/load-store-opt-dlc.mir
rename to llvm/test/CodeGen/AMDGPU/load-store-opt-dlc.mir
More information about the llvm-commits
mailing list