AMDGPU: Move AMDGPUAttributor run earlier
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 8 Jun 2023 16:42:59 +0000 (12:42 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 28 Jun 2023 16:42:40 +0000 (12:42 -0400)
commitd7d4aa539c0d2f80c080a3b1e0fa45a78d5e9bfc
tree8ee0957213dfcf70fc2c4d1a1eb8e7755ea527d1
parentdc9f6f45c80ece6c19c9e66a0fad709a5bc4ae67
AMDGPU: Move AMDGPUAttributor run earlier

Move it up with other module passes. It's a higher level optimization
that should probably be done before hacking up the IR for codegen. It
should really be done earlier than this. We could possibly move this
with other IPO passes, but we'd have to stop inferring the lack of
lds.kernel.id calls and have the LDS module pass mark functions which
don't need the ID.

The one test change is because that pass is relying on the backend run
of SROA (which we ideally wouldn't have).
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
llvm/test/CodeGen/AMDGPU/simple-indirect-call.ll