[PATCH] D69129: [AMDGPU] Fix assertion due to initializer list

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 20 06:33:13 PDT 2019


yaxunl marked 2 inline comments as done.
yaxunl added inline comments.


================
Comment at: lib/CodeGen/CodeGenModule.cpp:3898
+    Entry = CE->stripPointerCasts();
   }
 
----------------
rjmccall wrote:
> You can just make this whole thing `Entry = Entry->stripPointerCasts()`.
will do when committing


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69129/new/

https://reviews.llvm.org/D69129





More information about the cfe-commits mailing list