[all-commits] [llvm/llvm-project] c1710e: AMDGPU: Use modern address spaces in some tests
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Nov 28 07:05:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1710e7779556f086fa1b6fd9d736e711fe42fe8
https://github.com/llvm/llvm-project/commit/c1710e7779556f086fa1b6fd9d736e711fe42fe8
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
M llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-foldnegate.ll
M llvm/test/CodeGen/AMDGPU/direct-indirect-call.ll
M llvm/test/CodeGen/AMDGPU/duplicate-attribute-indirect.ll
M llvm/test/CodeGen/AMDGPU/large-work-group-promote-alloca.ll
M llvm/test/CodeGen/AMDGPU/opencl-printf.ll
M llvm/test/CodeGen/AMDGPU/parallelorifcollapse.ll
M llvm/test/CodeGen/AMDGPU/promote-alloca-addrspacecast.ll
M llvm/test/CodeGen/AMDGPU/promote-alloca-array-aggregate.ll
M llvm/test/CodeGen/AMDGPU/promote-alloca-array-allocation.ll
M llvm/test/CodeGen/AMDGPU/promote-alloca-mem-intrinsics.ll
M llvm/test/CodeGen/AMDGPU/promote-alloca-to-lds-icmp.ll
M llvm/test/CodeGen/AMDGPU/promote-alloca-to-lds-phi.ll
M llvm/test/CodeGen/AMDGPU/promote-alloca-volatile.ll
M llvm/test/CodeGen/AMDGPU/skip-promote-alloca-vector-users.ll
Log Message:
-----------
AMDGPU: Use modern address spaces in some tests
This was way out of date, still using 4 for generic and 0 for private.
More information about the All-commits
mailing list