[PATCH] D71338: [VE,#1] Scalar code generation

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 06:29:58 PST 2020


arsenm added inline comments.


================
Comment at: llvm/lib/Target/VE/VERegisterInfo.cpp:89
 
+  // Also reserve the register pair aliases covering the above
+  // registers, with the same conditions.  This is required since
----------------
I recommend using the MCRegAliasIterator to do this, see AMDGPURegisterInfo::reserveRegisterTuples


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71338





More information about the llvm-commits mailing list