[all-commits] [llvm/llvm-project] 37512d: AMDGPU: Add baseline test for fdiv combine

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jul 21 13:04:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37512d76292b5849922b85fff83ef459d8339e8b
      https://github.com/llvm/llvm-project/commit/37512d76292b5849922b85fff83ef459d8339e8b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-07-21 (Fri, 21 Jul 2023)

  Changed paths:
    A llvm/test/CodeGen/AMDGPU/repeated-divisor.ll

  Log Message:
  -----------
  AMDGPU: Add baseline test for fdiv combine


  Commit: 35f9fdb5c4d04179a0eb29ee2a6c0c470a62d258
      https://github.com/llvm/llvm-project/commit/35f9fdb5c4d04179a0eb29ee2a6c0c470a62d258
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-07-21 (Fri, 21 Jul 2023)

  Changed paths:
    A llvm/test/Transforms/Attributor/nofpclass-frexp.ll

  Log Message:
  -----------
  ValueTracking: Add baseline tests for frexp handling in computeKnownFPClass


  Commit: d873a14e934635c208d8bd8b74ef57492bfc7404
      https://github.com/llvm/llvm-project/commit/d873a14e934635c208d8bd8b74ef57492bfc7404
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-07-21 (Fri, 21 Jul 2023)

  Changed paths:
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/test/Transforms/Attributor/nofpclass-frexp.ll
    M llvm/test/Transforms/Inline/simplify-instruction-computeKnownFPClass-context.ll

  Log Message:
  -----------
  ValueTracking: Implement computeKnownFPClass for frexp

Work around the lack of proper multiple return values by looking
at the extractvalue.

https://reviews.llvm.org/D150982


Compare: https://github.com/llvm/llvm-project/compare/fe33374fbff2...d873a14e9346


More information about the All-commits mailing list