[llvm] [SelectionDAG] Propogate Disjoint flag. (PR #88370)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 12 12:02:39 PDT 2024
================
@@ -544,6 +544,8 @@ bool TargetLowering::ShrinkDemandedConstant(SDValue Op,
if (!C.isSubsetOf(DemandedBits)) {
EVT VT = Op.getValueType();
SDValue NewC = TLO.DAG.getConstant(DemandedBits & C, DL, VT);
+ // Propogate flags.
----------------
arsenm wrote:
Drop comment
https://github.com/llvm/llvm-project/pull/88370
More information about the llvm-commits
mailing list