[PATCH] D155884: [Attributor][AMDGPU] Improve indirect call support in closed modules

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 14:06:29 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/AttributorAttributes.cpp:10444
+          continue;
+        if (!IsValidTypePun(*Fn->getReturnType(), *CB->getType()))
+          continue;
----------------
Need tests for all this type pun stuff


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

https://reviews.llvm.org/D155884



More information about the llvm-commits mailing list