[PATCH] D56863: GlobalISel: Implement fewerElementsVector for basic FP ops

Volkan Keles via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 17 12:02:46 PST 2019


volkan added inline comments.


================
Comment at: lib/CodeGen/GlobalISel/LegalizerHelper.cpp:1332
+      }
+      else if (NumOps == 3) {
+        MIRBuilder.buildInstr(Opc, {DstReg},
----------------
Could you run clang-format before committing?


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

https://reviews.llvm.org/D56863





More information about the llvm-commits mailing list