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

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 06:56:47 PDT 2019


jdoerfert added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:1533
+    // because `noalias` may not be valid in the current position.
+  }
+
----------------
I do not understand. Could you elaborate or point me to a test case?


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

https://reviews.llvm.org/D66207





More information about the llvm-commits mailing list