[PATCH] D41652: [InstCombine] Add an option to disable addrspacecast folding into GEP

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 09:46:40 PST 2018


aprantl added inline comments.


================
Comment at: include/llvm/IR/Value.h:512
 
+  /// \brief Strip off pointer casts (except addrspacecast), all-zero GEPs,
+  /// and aliases.
----------------
The `\brief` is redundant, we use autobrief now.


https://reviews.llvm.org/D41652





More information about the llvm-commits mailing list