[PATCH] D14032: [RS4GC] Strip noalias attribute after statepoint rewrite

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 11:25:49 PDT 2015


sanjoy accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: include/llvm/IR/Instructions.h:1623
@@ +1622,3 @@
+  /// attribute.
+  /// @param n The parameter to check. 1 is the first parameter, 0 is the return
+  bool doesNotAlias(unsigned n) const {
----------------
> Bit I am leaning toward leaving things as-is. Llvm lived for quite some time with doesNotAlias naming and probably people already used to it.

SGTM. :)


http://reviews.llvm.org/D14032





More information about the llvm-commits mailing list