[all-commits] [llvm/llvm-project] a171e9: Attributor: Add baseline tests for nofpclass

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Mar 17 04:02:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a171e98dd2ad5af45f6dbea724d24eff0e8e739c
      https://github.com/llvm/llvm-project/commit/a171e98dd2ad5af45f6dbea724d24eff0e8e739c
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
    M llvm/test/Transforms/Attributor/nofpclass.ll

  Log Message:
  -----------
  Attributor: Add baseline tests for nofpclass

Guess at suggestions from D145278


  Commit: 6705f634f6455100ba66734c96a3cc04a5f00d7d
      https://github.com/llvm/llvm-project/commit/6705f634f6455100ba66734c96a3cc04a5f00d7d
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/test/Transforms/Attributor/nofpclass.ll

  Log Message:
  -----------
  Attributor: Start looking at uses when inferring nofpclass

Pretty much just copy pasted from noundef handling


Compare: https://github.com/llvm/llvm-project/compare/d60d3455eb2b...6705f634f645


More information about the All-commits mailing list