[all-commits] [llvm/llvm-project] ee7849: ValueTracking: Add more baseline ldexp tests for c...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jul 11 06:26:57 PDT 2023


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

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

  Log Message:
  -----------
  ValueTracking: Add more baseline ldexp tests for computeKnownFPClass


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

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

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

https://reviews.llvm.org/D149590


Compare: https://github.com/llvm/llvm-project/compare/1bbaabb90dd7...e1ac984a1095


More information about the All-commits mailing list