[PATCH] D141323: AMDGPU: Use constant and externally_initialized for block handle
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 14:24:20 PST 2023
arsenm added a comment.
I posted the g version of this, still needs the undef initializer. available_externally and constant initializer are the useful parts, and can use undef initializer. the zeroinitializer was pointless since it's overwritten
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141323/new/
https://reviews.llvm.org/D141323
More information about the llvm-commits
mailing list