[all-commits] [llvm/llvm-project] 6185ad: [TargetLibraryInfo] Correctly handle sqrt*_finite

Paul T Robinson via All-commits all-commits at lists.llvm.org
Fri Sep 24 11:57:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6185ad03f1085911812e8244a4994a04c62e19b6
      https://github.com/llvm/llvm-project/commit/6185ad03f1085911812e8244a4994a04c62e19b6
  Author: Paul Robinson <paul.robinson at sony.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/test/CodeGen/X86/sqrt-fastmath.ll

  Log Message:
  -----------
  [TargetLibraryInfo] Correctly handle sqrt*_finite

Other <math>_finite calls are marked as unavailable except on GNU/Linux;
it looks like the sqrt set was just overlooked.

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




More information about the All-commits mailing list