[PATCH] D52912: [SelectionDAG] allow FP binops in SimplifyDemandedVectorElts
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 4 19:21:33 PDT 2018
arsenm added inline comments.
================
Comment at: lib/CodeGen/SelectionDAG/TargetLowering.cpp:1641
+ case ISD::FDIV:
+ case ISD::FREM: {
APInt SrcUndef, SrcZero;
----------------
Should this also handle the unary and ternary ops?
https://reviews.llvm.org/D52912
More information about the llvm-commits
mailing list