search for: f04e9baf

Displaying 2 results from an estimated 2 matches for "f04e9baf".

2016 Apr 20
2
[LICM][MemorySSA] Converting LICM pass to use MemorySSA to avoid AliasSet collapse issue
Hi Daniel, Thanks for the info. I’ve started looking into converting EarlyCSE to use MemorySSA first since 1) I don’t think it needs any additional MemorySSA update API and 2) the particular case I’m looking at needs EarlyCSE to catch more load cases before LICM to be profitable. I have a prototype working, but have run into two issues: 1) readonly calls are treated as clobbers by
2016 Apr 20
4
[LICM][MemorySSA] Converting LICM pass to use MemorySSA to avoid AliasSet collapse issue
...A quick glance says we check whether it's a call in all the right places, which means there must be a place we are not *setting* isCall properly. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160420/f04e9baf/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: memssa-remove-cache-bug.ll Type: application/octet-stream Size: 263 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160420/f04e9baf/attachment.obj> --...