[PATCH] D60709: [ARM] Support inline assembler constraints for MVE.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 10:21:57 PDT 2019


craig.topper added inline comments.


================
Comment at: llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp:14098
     }
+
+  case 2:
----------------
Is this supposed to fallthrough from case 1 to case 2?


================
Comment at: llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp:14113
+    }
+
+  default:
----------------
Is this supposed to fallthrough?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60709





More information about the llvm-commits mailing list