[PATCH] D27050: [X86] Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 15 09:36:47 PDT 2017
niravd marked an inline comment as done.
niravd added inline comments.
================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAG.cpp:2509
case ISD::ADD:
+ case ISD::ADDC:
case ISD::ADDE: {
----------------
rnk wrote:
> Unrelated change?
Unrelated diff from rebasing.
https://reviews.llvm.org/D27050
More information about the llvm-commits
mailing list