[PATCH] D48639: AMDGPU: Fix AMDGPUCodeGenPrepare using uninitialized AMDGPUAS struct
Konstantin Zhuravlyov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 27 07:12:22 PDT 2018
kzhuravl added a comment.
LGTM
> Not sure how this wasn't noticed before.
Possibly because only CONSTANT_ADDRESS and CONSTANT_ADDRESS_32BIT are accessed, and those are enum values
https://reviews.llvm.org/D48639
More information about the llvm-commits
mailing list