[llvm-bugs] [Bug 40735] GVN fails to hoist loads from bitmasked pointers

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 19 12:22:04 PDT 2019


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

Florian Hahn <florian_hahn at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|                            |r368986, r369036,  r368993
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Florian Hahn <florian_hahn at apple.com> ---
As discussed on the reviews, the ptrmask intrinsic landed upstream, together
with changes to ValueTracking to make use of the intrinsic. With that, we can
optimise tagged pointer loads.

https://reviews.llvm.org/rL368986
https://reviews.llvm.org/rL369036
https://reviews.llvm.org/rL368993

-- 
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/20190819/5e4dec6c/attachment.html>


More information about the llvm-bugs mailing list