[PATCH] D105521: [WIP][NFC] Minor change

Ali Sedaghati via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 19:23:37 PDT 2021


Ali-Sed created this revision.
Herald added subscribers: zzheng, hiraditya.
Ali-Sed requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105521

Files:
  llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp


Index: llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
===================================================================
--- llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
+++ llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
@@ -998,7 +998,6 @@
   }
 
   // Reduce count based on the type of unrolling and the threshold values.
-  // UP.Runtime |= PragmaEnableUnroll || PragmaCount > 0 || UserUnrollCount;
 
   if (!UP.Runtime) {
     LLVM_DEBUG(


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105521.356849.patch
Type: text/x-patch
Size: 443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210707/89e817e4/attachment.bin>


More information about the llvm-commits mailing list