[llvm-bugs] [Bug 36319] [ValueTracking] Add DemandedElts support to computeKnownBits/ComputeNumSignBits

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jul 8 03:35:07 PDT 2021


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

Simon Pilgrim <llvm-dev at redking.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
Resolving this - all the basic DemandedElts support is in place.

As with SelectionDAG, we're only adding handling to specific instructions when
we have real use cases + useful test coverage - e.g. bitcast handling in
D104472/rG656001e7b2b9 to fix [Bug #50123].

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210708/cacb045f/attachment-0001.html>


More information about the llvm-bugs mailing list