[PATCH] D23371: [CodeGen] Split out the notions of MI invariance and MI dereferenceability.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 13:29:43 PDT 2016


jlebar added a comment.

FYI I created this patch by going through all occurrences of "invariant" within the following files:

  git grep -li invariant | grep -v '^test\|/Transforms\|/IR\|/Analysis\|^docs\|ADT'


https://reviews.llvm.org/D23371





More information about the llvm-commits mailing list