[all-commits] [llvm/llvm-project] 33b1f4: MemoryBuiltins: getAllocAlignment is now useful fo...

Augie Fackler via All-commits all-commits at lists.llvm.org
Wed Apr 6 06:51:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33b1f4191456a8255de0842c9c885f69187185b8
      https://github.com/llvm/llvm-project/commit/33b1f4191456a8255de0842c9c885f69187185b8
  Author: Augie Fackler <augie at google.com>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M llvm/lib/Analysis/MemoryBuiltins.cpp

  Log Message:
  -----------
  MemoryBuiltins: getAllocAlignment is now useful for non-allocator funcs

This has been true since dba73135c8b7a02afb535328a7475e0a6890c271, but
didn't matter until now because clang wasn't emitting allocalign
attributes.

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




More information about the All-commits mailing list