[PATCH] D39115: [MIPS][MicroMIPS] Extending size reduction pass with LWP and SWP

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 4 09:25:00 PDT 2018


sdardis added inline comments.


================
Comment at: lib/Target/Mips/MicroMipsSizeReduction.cpp:347
+  if (ReduceToLwp &&
+      !(MI->getOpcode() == Mips::LW || MI->getOpcode() == Mips::LW_MM) ||
+        MI->getOpcode() == Mips::LW16_MM)
----------------
Shouldn't the closing parenthesis here be on the next line? Like the check below?


https://reviews.llvm.org/D39115





More information about the llvm-commits mailing list