[PATCH] D103862: [Attributor] Simplify loads

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 4 17:43:41 PDT 2021


kuter added a comment.

I think there was a mistake during rebase or we should abandon https://reviews.llvm.org/D104432



================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:4358
+/// An abstract interface for struct information.
+struct AAPointerInfo : public AbstractAttribute {
+  AAPointerInfo(const IRPosition &IRP) : AbstractAttribute(IRP) {}
----------------
Is `AAPointerInfo` supposed to be here ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103862



More information about the llvm-commits mailing list