[all-commits] [llvm/llvm-project] 00999f: [SelectionDAGBuilder] Pass fast math flags to most...

Yeting Kuo via All-commits all-commits at lists.llvm.org
Wed May 18 01:16:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 00999fb6e14231de14db292510c854e1bf3baded
      https://github.com/llvm/llvm-project/commit/00999fb6e14231de14db292510c854e1bf3baded
  Author: Yeting Kuo <yeting.kuo at sifive.com>
  Date:   2022-05-18 (Wed, 18 May 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    A llvm/test/CodeGen/RISCV/pass-fast-math-flags-sdnode.ll

  Log Message:
  -----------
  [SelectionDAGBuilder] Pass fast math flags to most of VP SDNodes.

The patch does not pass math flags to float VPCmpIntrinsics because LLParser
could not identify float VPCmpIntrinsics as FPMathOperators.

Reviewed By: craig.topper

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




More information about the All-commits mailing list