[PATCH] D109148: [DAGCombiner][VP] Fold zero-length or false-masked VP ops
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 10:47:12 PDT 2021
craig.topper added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1744
+#include "llvm/IR/VPIntrinsics.def"
+ return visitVPOp(N);
}
----------------
RKSimon wrote:
> Should we have a #undef BEGIN_REGISTER_VP_SDNODE after the include?
Isn't it undefed at the end of VPIntrinsics.def?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109148/new/
https://reviews.llvm.org/D109148
More information about the llvm-commits
mailing list