[PATCH] D31247: [Polly][DeLICM] Known knowledge.

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 12:22:39 PDT 2017


grosser added a comment.

Hi Michael,

thanks for upstreaming already so much of this patch. I believe after this patch is rebased onto trunk, the diff should be small enough to review it as a whole.

Best,
Tobias



================
Comment at: include/polly/Support/VirtualInstruction.h:37
+  enum UseType {
+    // An llvm::Constant.
+    Constant,
----------------
Meinersbur wrote:
> grosser wrote:
> > An -> A
> It is pronounced "El El Vee Em", hence the article is correct.
> 
> Also compare
> https://www.google.com/search?q="An+LLVM"
> vs
> https://www.google.com/search?q="A+LLVM"
You are right


https://reviews.llvm.org/D31247





More information about the llvm-commits mailing list