[PATCH] D71330: [ARM][MVE] findVCMPToFoldIntoVPS. NFC.

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 05:59:25 PST 2019


samparker accepted this revision.
samparker added a comment.
This revision is now accepted and ready to land.

Cheers! Just please remove TRI before committing.



================
Comment at: llvm/lib/Target/ARM/MVEVPTBlockPass.cpp:148
+static MachineInstr *findVCMPToFoldIntoVPST(MachineInstr *MI,
                                             const TargetRegisterInfo *TRI,
+					    ReachingDefAnalysis *RDA,
----------------
Unused argument and looks like the formatting is off below.


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

https://reviews.llvm.org/D71330





More information about the llvm-commits mailing list