[PATCH] D73710: [VE] vaarg functions callers and callees

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 07:07:23 PST 2020


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

LGTM with nit



================
Comment at: llvm/lib/Target/VE/VEInstrInfo.cpp:309
+      MI.getOpcode() == VE::LDUri    // F32
+  ) {
+    if (MI.getOperand(1).isFI() && MI.getOperand(2).isImm() &&
----------------
Formatting?


================
Comment at: llvm/lib/Target/VE/VEInstrInfo.cpp:329
+      MI.getOpcode() == VE::STUri    // F32
+  ) {
+    if (MI.getOperand(0).isFI() && MI.getOperand(1).isImm() &&
----------------
Formatting?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73710





More information about the llvm-commits mailing list