[PATCH] Tablegen: Extend target register information by giving the users access to call preserved register mask names.
Ahmed Bougacha
ahmed.bougacha at gmail.com
Tue Jun 23 12:55:08 PDT 2015
REPOSITORY
rL LLVM
================
Comment at: include/llvm/Target/TargetRegisterInfo.h:473
@@ +472,3 @@
+ /// Return all the call-preserved register masks defined for this target.
+ virtual ArrayRef<const uint32_t *> getRegMasks() const = 0;
+ virtual ArrayRef<const char *> getRegMaskNames() const = 0;
----------------
ArrayRef already implies 'const', no?
http://reviews.llvm.org/D10615
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list