[all-commits] [llvm/llvm-project] 0c28a7: Revert "Introduce intrinsic llvm.isnan"

Serge Pavlov via All-commits all-commits at lists.llvm.org
Wed Aug 4 03:21:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c28a7c990c5218d6aec47c5052a51cba686ec5e
      https://github.com/llvm/llvm-project/commit/0c28a7c990c5218d6aec47c5052a51cba686ec5e
  Author: Serge Pavlov <sepavloff at gmail.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/test/CodeGen/X86/strictfp_builtins.c
    M clang/test/CodeGen/aarch64-strictfp-builtins.c
    M clang/test/CodeGen/strictfp_builtins.c
    M llvm/docs/LangRef.rst
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    R llvm/test/CodeGen/AArch64/aarch64-fpclass.ll
    R llvm/test/CodeGen/PowerPC/ppc-fpclass.ll
    R llvm/test/CodeGen/X86/x86-fpclass.ll
    R llvm/test/Transforms/InstCombine/fpclass.ll
    R llvm/test/Transforms/InstSimplify/ConstProp/fpclassify.ll

  Log Message:
  -----------
  Revert "Introduce intrinsic llvm.isnan"

This reverts commit 16ff91ebccda1128c43ff3cee104e2c603569fb2.
Several errors were reported mainly test-suite execution time. Reverted
for investigation.




More information about the All-commits mailing list