[llvm] ccf28ea - AMDGPU: Move codegen test out of MIR test directory
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 7 11:26:59 PDT 2021
Author: Matt Arsenault
Date: 2021-06-07T14:26:48-04:00
New Revision: ccf28ea800ee07835a53c83b775ef3ec51909b1c
URL: https://github.com/llvm/llvm-project/commit/ccf28ea800ee07835a53c83b775ef3ec51909b1c
DIFF: https://github.com/llvm/llvm-project/commit/ccf28ea800ee07835a53c83b775ef3ec51909b1c.diff
LOG: AMDGPU: Move codegen test out of MIR test directory
This is testing an actual pass, not the MIR parser/printer.
Added:
llvm/test/CodeGen/AMDGPU/load-store-opt-scc.mir
Modified:
Removed:
llvm/test/CodeGen/MIR/AMDGPU/load-store-opt-scc.mir
################################################################################
diff --git a/llvm/test/CodeGen/MIR/AMDGPU/load-store-opt-scc.mir b/llvm/test/CodeGen/AMDGPU/load-store-opt-scc.mir
similarity index 100%
rename from llvm/test/CodeGen/MIR/AMDGPU/load-store-opt-scc.mir
rename to llvm/test/CodeGen/AMDGPU/load-store-opt-scc.mir
More information about the llvm-commits
mailing list