search for: 06d80092

Displaying 2 results from an estimated 2 matches for "06d80092".

2019 Aug 26
1
LLVM X86 backend combineIncDecVector's transform
I think DAGToDAG is too late because the build_vector has already been turned into a constant pool load by then so it’s a little difficult to get back. Maybe we can delay it to !DCI.isBeforeLegalizeOps()? That would at least let the first DAG combine and the post type legalization DAG combine see the add, 1. +Sanjay as well From: Amaury Séchet <deadalnix at gmail.com> Sent: Monday, August
2019 Aug 26
2
LLVM X86 backend combineIncDecVector's transform
...e great if someone familiar with the X86 backend could look > into this. > > > > Thanks in advance, > > > > Amaury Séchet > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190826/06d80092/attachment.html>