[PATCH] D46310: [AArch64] Disallow vector operand if FPR128 Q register is required.

Ahmed Bougacha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 14:39:01 PDT 2018


ab added inline comments.


================
Comment at: llvm/trunk/lib/Target/AArch64/AArch64RegisterInfo.td:617
+  let Name = "FPRAsmOperand" # RC;
+  let PredicateMethod = "isGPR64<AArch64::" # RC # "RegClassID>";
+  let RenderMethod = "addRegOperands";
----------------
Minor thing: is there a better name for this method?  It took me a second to figure out how it related to the FPR classes (it doesn't ;)


Repository:
  rL LLVM

https://reviews.llvm.org/D46310





More information about the llvm-commits mailing list