[PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 1 14:46:57 PST 2016


dberlin added a comment.

You need

  static inline bool classof(const Value *V) {
  <right stuff>
  }

For each of the classes. I only pasted it into memorydef, but without it, walking over operands and casting uses will not work.


http://reviews.llvm.org/D7864





More information about the llvm-commits mailing list