[all-commits] [llvm/llvm-project] 21630e: [X86][CodeGen] Restrict F128 lowering to GNU envir...

Pranav Kant via All-commits all-commits at lists.llvm.org
Tue Feb 13 16:40:10 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21630efb5a8f411cdf39b15f21a104888145b03f
      https://github.com/llvm/llvm-project/commit/21630efb5a8f411cdf39b15f21a104888145b03f
  Author: Pranav Kant <prka at google.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/test/CodeGen/X86/fp128-libcalls-strict.ll
    M llvm/test/CodeGen/X86/fp128-libcalls.ll

  Log Message:
  -----------
  [X86][CodeGen] Restrict F128 lowering to GNU environment (#81664)

Otherwise it breaks some environment like X64 Android that doesn't have
f128 functions available in its libc.

Followup to #79611.




More information about the All-commits mailing list