[llvm] r197638 - Make cosmetic changes as part of Mips internal post commit review of

Eric Christopher echristo at gmail.com
Wed Dec 18 18:20:02 PST 2013


On Wed Dec 18 2013 at 4:57:26 PM, Reed Kotler <Reed.Kotler at imgtec.com>
wrote:

>  You have to discuss this with Daniel Sanders who is the Mips maintainer
> and requestor of post commit
> reviews.
>
>
Not really. I'm discussing it with the person making the commits.


>  We are using phabricator for the post commit review and there is a bug
> filed in our local
> bugzilla.
>
>
Ah, that makes sense. From your commit comment you made it sound like he'd
sent you a private mail about it.

-eric


>  Perhaps the work flow should be different. It does not matter much to me.
>
>  Reed
>
>   ------------------------------
> *From:* Eric Christopher [echristo at gmail.com]
> *Sent:* Wednesday, December 18, 2013 4:50 PM
> *To:* Reed Kotler; llvm-commits at cs.uiuc.edu
> *Subject:* [llvm] r197638 - Make cosmetic changes as part of Mips
> internal post commit review of
>
>  Why not just have everyone reply to your original commit?
>
>  -eric
>
> On Wed Dec 18 2013 at 4:49:16 PM, Reed Kotler <rkotler at mips.com> wrote:
>
> Author: rkotler
> Date: Wed Dec 18 18:43:08 2013
> New Revision: 197638
>
> URL: http://llvm.org/viewvc/llvm-project?rev=197638&view=rev
> Log:
> Make cosmetic changes as part of Mips internal post commit review of
> patch r196331.
>
>
> Modified:
>     llvm/trunk/lib/Target/Mips/MipsConstantIslandPass.cpp
>
> Modified: llvm/trunk/lib/Target/Mips/MipsConstantIslandPass.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/
> Mips/MipsConstantIslandPass.cpp?rev=197638&r1=197637&r2=197638&view=diff
> ============================================================
> ==================
> --- llvm/trunk/lib/Target/Mips/MipsConstantIslandPass.cpp (original)
> +++ llvm/trunk/lib/Target/Mips/MipsConstantIslandPass.cpp Wed Dec 18
> 18:43:08 2013
> @@ -1625,7 +1625,7 @@ MipsConstantIslands::fixupConditionalBr(
>    MachineBasicBlock *MBB = MI->getParent();
>    MachineInstr *BMI = &MBB->back();
>    bool NeedSplit = (BMI != MI) || !BBHasFallthrough(MBB);
> -  unsigned OppositeBranchOpcode=TII->getOppositeBranchOpc(Opcode);
> +  unsigned OppositeBranchOpcode = TII->getOppositeBranchOpc(Opcode);
>
>    ++NumCBrFixed;
>    if (BMI != MI) {
> @@ -1674,9 +1674,9 @@ MipsConstantIslands::fixupConditionalBr(
>      BuildMI(MBB, DebugLoc(), TII->get(OppositeBranchOpcode))
>             .addReg(MI->getOperand(0).getReg())
>             .addMBB(NextBB);
> -  }
> -  else { BuildMI(MBB, DebugLoc(), TII->get(OppositeBranchOpcode))
> -        .addMBB(NextBB);
> +  } else {
> +    BuildMI(MBB, DebugLoc(), TII->get(OppositeBranchOpcode))
> +           .addMBB(NextBB);
>    }
>    Br.MI = &MBB->back();
>    BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(&MBB->back());
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>        English ยป
>  AfrikaansAlbanianArabic ArmenianAzerbaijaniBasque BengaliBelarusianBulgarian
> CatalanChinese (Simp) Chinese (Trad)Croatian CzechDanish DutchEnglish
> Esperanto EstonianFilipinoFinnish FrenchGalicianGeorgian GermanGreek
> Gujarati Haitian CreoleHebrewHindi HungarianIcelandic IndonesianIrish
> Italian JapaneseKannadaKorean LaoLatinLatvian LithuanianMacedonianMalay
> MalteseNorwegian PersianPolishPortuguese RomanianRussianSerbian Slovak
> Slovenian SpanishSwahiliSwedish TamilTeluguThai TurkishUkrainianUrduVietnamese
> WelshYiddish
>            Feedback : History : Options
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131219/4703bf47/attachment.html>


More information about the llvm-commits mailing list