dmgreen added inline comments.

================
Comment at: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp:2537
+/// Convert an SDValue to a boolean value. SDVal must be a compile-time 
constant
+static bool SDValueToConstBool(SDValue SDVal) {
+  ConstantSDNode *SDValConstant = dyn_cast<ConstantSDNode>(SDVal);
----------------
How come there is so much C++ code here, as opposed to using tablegen like all 
the other intrinsics?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71190/new/

https://reviews.llvm.org/D71190



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D71190: [AR... pre-merge checks [bot] via Phabricator via cfe-commits
    • [PATCH] D71190... Mark Murray via Phabricator via cfe-commits
    • [PATCH] D71190... Dave Green via Phabricator via cfe-commits

Reply via email to