[all-commits] [llvm/llvm-project] 3b6196: [Alignment][NFC] TargetLowering::allowsMisalignedM...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Jun 9 03:22:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b6196c9b3283b3a9e57c899616ac2089ea4c8b7
      https://github.com/llvm/llvm-project/commit/3b6196c9b3283b3a9e57c899616ac2089ea4c8b7
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h

  Log Message:
  -----------
  [Alignment][NFC] TargetLowering::allowsMisalignedMemoryAccesses

Summary:
Note to downstream target maintainers: this might silently change the semantics of your code if you override `TargetLowering::allowsMisalignedMemoryAccesses` without marking it override.

This patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Reviewers: courbet

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list