[PATCH] D55625: [Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 20 15:43:05 PST 2019
leonardchan added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp:1231
+ return DAG.UnrollVectorOp(Op.getNode());
+}
+
----------------
RKSimon wrote:
> Please can you pull the vectorization change out into its own patch - we'll get that dealt with first as it improves SMULFIX code which should be independent of the addition of UMULFIX in this patch.
Done. Made D56987 a child of this patch.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55625/new/
https://reviews.llvm.org/D55625
More information about the llvm-commits
mailing list