[all-commits] [llvm/llvm-project] 132521: [NFC] Move useSVEForFixedLengthVectors into AArch6...

david-arm via All-commits all-commits at lists.llvm.org
Tue Jan 25 01:49:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13252160c3984b52a210bfa6ec64b9be4c911920
      https://github.com/llvm/llvm-project/commit/13252160c3984b52a210bfa6ec64b9be4c911920
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h

  Log Message:
  -----------
  [NFC] Move useSVEForFixedLengthVectors into AArch64Subtarget.h

Given how small the function is and how often it gets used it
makes more sense to live in the header file.

Differential Revision: https://reviews.llvm.org/D117883




More information about the All-commits mailing list