[PATCH] D76303: [Pipeliner] Fix the bug in pragma that disables the pipeliner

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 18 08:42:11 PDT 2020


avl added a comment.

this lgtm for me, with nit in comments. Also, please wait some time for others opinions.



================
Comment at: llvm/lib/CodeGen/MachinePipeliner.cpp:296
 
+
     if (S->getString() == "llvm.loop.pipeline.initiationinterval") {
----------------
please delete this extra line.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76303/new/

https://reviews.llvm.org/D76303





More information about the llvm-commits mailing list