[PATCH] D66366: [CGP] Remove ModifiedDT from the makeBitReverse loop

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 11:01:25 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL369283: [CGP] Remove ModifiedDT from the makeBitReverse loop (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D66366?vs=215665&id=215951#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D66366

Files:
  llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp


Index: llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
===================================================================
--- llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
+++ llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
@@ -7104,7 +7104,6 @@
     for (auto &I : reverse(BB)) {
       if (makeBitReverse(I, *DL, *TLI)) {
         MadeBitReverse = MadeChange = true;
-        ModifiedDT = true;
         break;
       }
     }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66366.215951.patch
Type: text/x-patch
Size: 414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190819/b055ecaf/attachment.bin>


More information about the llvm-commits mailing list