[llvm] [DAG] Handle truncated splat in isBoolConstant (PR #145473)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 24 03:24:50 PDT 2025
================
@@ -4375,6 +4375,8 @@ class LLVM_ABI TargetLowering : public TargetLoweringBase {
Op.getOpcode() == ISD::SPLAT_VECTOR_PARTS;
}
+ virtual bool isTargetCanonicalSelect(SDNode *N) const { return false; }
----------------
arsenm wrote:
This seems like a very specific hack, can you do this another way
https://github.com/llvm/llvm-project/pull/145473
More information about the llvm-commits
mailing list