[PATCH] D109148: [DAGCombiner][VP] Fold zero-length or false-masked VP ops

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 7 13:00:19 PDT 2021


RKSimon added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1744
+#include "llvm/IR/VPIntrinsics.def"
+    return visitVPOp(N);
   }
----------------
craig.topper wrote:
> RKSimon wrote:
> > Should we have a #undef BEGIN_REGISTER_VP_SDNODE after the include?
> Isn't it undefed at the end of VPIntrinsics.def?
So it does - sorry about that :)


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