[all-commits] [llvm/llvm-project] 312181: GlobalOpt: Add a test for addrspacecast coverage w...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue May 16 08:32:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3121816ab9606e67f13a70c7f2c8c0263a84f6f7
      https://github.com/llvm/llvm-project/commit/3121816ab9606e67f13a70c7f2c8c0263a84f6f7
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    A llvm/test/Transforms/GlobalOpt/malloc-promote-addrspacecast.ll

  Log Message:
  -----------
  GlobalOpt: Add a test for addrspacecast coverage with alloc functions

AllUsesOfValueWillTrapIfNull could handle addrspacecast, but currently
doesn't.


  Commit: 6923a67db8439616ffb48b215dca6cd0674b43f8
      https://github.com/llvm/llvm-project/commit/6923a67db8439616ffb48b215dca6cd0674b43f8
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M llvm/lib/Transforms/IPO/GlobalOpt.cpp
    M llvm/test/Transforms/GlobalOpt/load-store-global.ll
    M llvm/test/Transforms/GlobalOpt/malloc-promote-addrspacecast.ll

  Log Message:
  -----------
  GlobalOpt: Improve addrspacecast handling

Handle addrspacecast when looking at uses.


  Commit: fa5e6697c4094c5d40578e7cc07dfebd3f448013
      https://github.com/llvm/llvm-project/commit/fa5e6697c4094c5d40578e7cc07dfebd3f448013
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M llvm/docs/LangRef.rst

  Log Message:
  -----------
  LangRef: Clarify behavior of minnum/maxnum

Make it clearer minnum(+0, +0) cannot return -0. Also remove
a note about the result always being quiet which is directly
contradicted by the following paragraph.


Compare: https://github.com/llvm/llvm-project/compare/5fd35c326a1b...fa5e6697c409


More information about the All-commits mailing list