[PATCH] D53053: [Intrinsic] Signed Saturation Addition Intrinsic
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 12 23:32:50 PDT 2018
craig.topper added inline comments.
================
Comment at: lib/CodeGen/TargetLoweringBase.cpp:1862
+
+SDValue TargetLoweringBase::getExpandedSignedSaturationAddition(
+ SDNode *Node, SelectionDAG &DAG) const {
----------------
This should be in TargetLowering.cpp with expandMUL_LOHI, expandMUL, etc. Not TargetLoweringBase.
Repository:
rL LLVM
https://reviews.llvm.org/D53053
More information about the llvm-commits
mailing list