[PATCH] D45420: [NFC] [LoopUtil] Moved RecurrenceDescriptor/LoopDescriptor from Transform/Utils/LoopUtils.* to Analysis tree

Hideki Saito via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 03:42:42 PDT 2018


hsaito added a comment.

Please see https://reviews.llvm.org/D45552 (LoopVectorizationLegality.h) for why this patch is needed for that patch. We can't make Analysis code (i.e., LoopVectorizationLegality in this context) dependent on TransformUtils (Descriptor code w/o this patch).


Repository:
  rL LLVM

https://reviews.llvm.org/D45420





More information about the llvm-commits mailing list