[PATCH] D38722: Added Remarks for Loop Versioning LICM Pass

Ashutosh Nema via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 5 22:56:04 PST 2017


ashutosh.nema added a comment.

Thanks for working on this !



================
Comment at: lib/Transforms/Scalar/LoopVersioningLICM.cpp:396
       if (!instructionSafeForVersioning(&Inst))
         return false;
     }
----------------
For individual instruction you can dump the remark at this point.


Repository:
  rL LLVM

https://reviews.llvm.org/D38722





More information about the llvm-commits mailing list