[all-commits] [llvm/llvm-project] dbeb18: [NFC][AArch64] Replace some template methods/invoc...

Francesco Petrogalli via All-commits all-commits at lists.llvm.org
Mon Jul 27 09:53:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dbeb184b7f54db2d3ef20ac153b1c77f81cf0b99
      https://github.com/llvm/llvm-project/commit/dbeb184b7f54db2d3ef20ac153b1c77f81cf0b99
  Author: Francesco Petrogalli <francesco.petrogalli at arm.com>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp

  Log Message:
  -----------
  [NFC][AArch64] Replace some template methods/invocations...

...with the non-template version, as the template version might
increase the size of the compiler build.

Methods affected:

1.`findAddrModeSVELoadStore`
2. `SelectPredicatedStore`

Also, remove the `const` qualifier from the `unsigned` parameters of
the methods to conform with other similar methods in the class.




More information about the All-commits mailing list