[PATCH] D66207: [Attributor] Deduce "noalias" attribute

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 04:31:14 PDT 2019


uenoku added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:396
     }
     IRPositions.emplace_back(IRPosition::value(IRP.getAssociatedValue()));
     return;
----------------
About `initialize`, I think it suffices to ignore this line for call site argument.


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

https://reviews.llvm.org/D66207





More information about the llvm-commits mailing list