[all-commits] [llvm/llvm-project] 7895c8: [AMDGPU] Split the lit test spill-vgpr-to-agpr.ll ...
Mahesha S via All-commits
all-commits at lists.llvm.org
Wed Apr 20 18:47:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7895c873673569359ee6dd4396e9e1d4a82abf56
https://github.com/llvm/llvm-project/commit/7895c873673569359ee6dd4396e9e1d4a82abf56
Author: hsmahesha <mahesha.comp at gmail.com>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
A llvm/test/CodeGen/AMDGPU/reject-agpr-usage-before-gfx908.ll
M llvm/test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll
A llvm/test/CodeGen/AMDGPU/spill-vgpr.ll
Log Message:
-----------
[AMDGPU] Split the lit test spill-vgpr-to-agpr.ll to different tests
[1]. Move the test which reject the usage of agpr before gfx908 into a separate file - reject-agpr-usage-before-gfx908.ll.
[2]. Move those tests which are applicable to both gfx900 and gfx908 into a separate file - spill-vgpr.ll.
[3]. Keep those tests which are specific to only gfx908 in the file spill-vgpr-to-agpr.ll.
Above split is required to properly update the tests in D123525.
Reviewed By: rampitec
Differential Revision: https://reviews.llvm.org/D123973
More information about the All-commits
mailing list