[all-commits] [llvm/llvm-project] 329759: AMDGPU: Convert a test to generated checks
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Dec 5 10:01:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32975934f1106ef4b24b71f9e03ff44dd1eb9fa6
https://github.com/llvm/llvm-project/commit/32975934f1106ef4b24b71f9e03ff44dd1eb9fa6
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M llvm/test/CodeGen/AMDGPU/cgp-addressing-modes-flat.ll
Log Message:
-----------
AMDGPU: Convert a test to generated checks
Also switch to not using kernels to test, since it shouldn't matter
for these addressing modes. This should reduce some of the diffs
between subtargets, but it's still not enough to share the same
checks.
The test could use some additional modernization. Probably should also
round this out with the new maximium offsets.
More information about the All-commits
mailing list