[llvm] r276874 - [AArch64] Mark various *Info classes as 'final'. NFC.

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 04:35:24 PDT 2016


On 2 August 2016 at 12:32, Ahmed Bougacha via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Not really, seemed like free goodness that can only help (I measured
> after the fact, looks like it shaves off a few dozen indirect calls in
> AArch64 passes; don't know how frequent they are though).

Worst case scenario, whoever needs to inherit from those classes will
change it to non-final, right?

--renato


More information about the llvm-commits mailing list