[all-commits] [llvm/llvm-project] 622176: DAG: Add DAG argument to isFPExtFoldable
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Oct 31 23:26:25 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 622176705550d5af5e2837f4b2188ce9f7590887
https://github.com/llvm/llvm-project/commit/622176705550d5af5e2837f4b2188ce9f7590887
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.h
Log Message:
-----------
DAG: Add DAG argument to isFPExtFoldable
For AMDGPU this is dependent on the FP mode, which should eventually
not be a property of the subtarget.
More information about the All-commits
mailing list