[all-commits] [llvm/llvm-project] e72cfd: Rename the VECREDUCE_STRICT_{FADD, FMUL} SDNodes to...

AE via All-commits all-commits at lists.llvm.org
Wed Oct 7 10:53:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e72cfd938f21bd194a2d2f45a4f8ee7d94d33bf8
      https://github.com/llvm/llvm-project/commit/e72cfd938f21bd194a2d2f45a4f8ee7d94d33bf8
  Author: Amara Emerson <amara at apple.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp

  Log Message:
  -----------
  Rename the VECREDUCE_STRICT_{FADD,FMUL} SDNodes to VECREDUCE_SEQ_{FADD,FMUL}.

The STRICT was causing unnecessary confusion. I think SEQ is a more accurate
name for what they actually do, and the other obvious option of "ORDERED"
has the issue of already having a meaning in FP contexts.

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




More information about the All-commits mailing list