[all-commits] [llvm/llvm-project] 17b8f9: [FPEnv] Divide macro INSTRUCTION into INSTRUCTION ...
Pengfei Wang via All-commits
all-commits at lists.llvm.org
Sun Jan 26 18:54:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 17b8f96d65e462c80cb76648edcc69b5acfa10d1
https://github.com/llvm/llvm-project/commit/17b8f96d65e462c80cb76648edcc69b5acfa10d1
Author: Wang, Pengfei <pengfei.wang at intel.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/IR/ConstrainedOps.def
M llvm/include/llvm/IR/IRBuilder.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/IR/IntrinsicInst.cpp
M llvm/lib/IR/Verifier.cpp
Log Message:
-----------
[FPEnv] Divide macro INSTRUCTION into INSTRUCTION and DAG_INSTRUCTION,
and macro FUNCTION likewise. NFCI.
Some functions like fmuladd don't really have a node, we should divide
the declaration form those have node to avoid introducing fake nodes.
Differential Revision: https://reviews.llvm.org/D72871
More information about the All-commits
mailing list