[PATCH] D119047: [OpaquePtr][LAA] Don't use getPointerElementType()

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 5 00:38:45 PST 2022


nikic added a comment.

Looks correct to me, but it would be good to check that the result is actually correct. Maybe add an opaque pointers version of an existing test? depend_diff_types.ll looks like a good candidate, because it deals with bitcasted accesses.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119047



More information about the llvm-commits mailing list