[PATCH] D21091: AArch64: refactor sysreg handling (new TableGen backend!)
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 5 15:59:09 PDT 2016
>> > const&? Or is the copy intentional?
>> getAllDerivedDefinitions returns an std::vector by value so I think they're equivalent (via RVO).
> Ah, I meant for TableName
That makes more sense. Fixed in r274584.
Tim.
More information about the llvm-commits
mailing list