[PATCH] D21826: AArch64: Change modeling of zero cycle zeroing.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 15:10:35 PDT 2016


mcrosier added a comment.

LGTM, but I'll defer to @t.p.northover for final approval.


================
Comment at: lib/Target/AArch64/AArch64AsmPrinter.cpp:441
@@ +440,3 @@
+    switch (MI.getOpcode()) {
+    case AArch64::FMOVS0:
+      FMov.setOpcode(AArch64::FMOVWSr);
----------------
Minor nit: the default case generally goes at the top of switch.


Repository:
  rL LLVM

http://reviews.llvm.org/D21826





More information about the llvm-commits mailing list