[all-commits] [llvm/llvm-project] 324cda: [Alignment][NFC] Conform X86, ARM and AArch64 Targ...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Thu Jun 25 06:23:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 324cda2073d1eba1758ab7529af3f3880d6f18c6
      https://github.com/llvm/llvm-project/commit/324cda2073d1eba1758ab7529af3f3880d6f18c6
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/lib/Target/X86/X86TargetTransformInfo.h

  Log Message:
  -----------
  [Alignment][NFC] Conform X86, ARM and AArch64 TargetTransformInfo backends to the public API

The main interface has been migrated to Align already but a few backends where broadening the type from Align to MaybeAlign.
This patch makes sure all implementations conform to the public API.

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




More information about the All-commits mailing list