https://bugs.llvm.org/show_bug.cgi?id=41874

            Bug ID: 41874
           Summary: [DAGCombine] Combine constant and+shift -->
                    shift+shift
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedb...@nondot.org
          Reporter: llvm-...@redking.me.uk
                CC: lebedev...@gmail.com, llvm-bugs@lists.llvm.org,
                    spatel+l...@rotateright.com

As suggested on D61830:

> Also, do we want to unfold and (shift x, c1), c2 / shift (and x, c1), c2 ?
> Not sure, under !TLI.shouldFoldConstantShiftPairToMask() or a new 
> shouldFoldMaskToConstantShiftPair().

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to