Prechádzať zdrojové kódy

[LV] Remove unnecessary assignment to UserIC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353469 91177308-0d34-0410-b5e6-96231b3b80d8
Florian Hahn 6 rokov pred
rodič
commit
04a78b6099
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      lib/Transforms/Vectorize/LoopVectorize.cpp

+ 0 - 1
lib/Transforms/Vectorize/LoopVectorize.cpp

@@ -7357,7 +7357,6 @@ bool LoopVectorizePass::processLoop(Loop *L) {
         "InterleavingAvoided",
         "InterleavingAvoided",
         "Ignoring UserIC, because interleaving was avoided up front");
         "Ignoring UserIC, because interleaving was avoided up front");
     InterleaveLoop = false;
     InterleaveLoop = false;
-    UserIC = 1;
   } else if (IC == 1 && UserIC <= 1) {
   } else if (IC == 1 && UserIC <= 1) {
     // Tell the user interleaving is not beneficial.
     // Tell the user interleaving is not beneficial.
     LLVM_DEBUG(dbgs() << "LV: Interleaving is not beneficial.\n");
     LLVM_DEBUG(dbgs() << "LV: Interleaving is not beneficial.\n");