search for: 26ca9d04

Displaying 2 results from an estimated 2 matches for "26ca9d04".

2013 May 06
0
[LLVMdev] Handling Masked Vector Operations
...en on IR vs at the machine level. There are interesting design problems to be answered there, but AFAIK, no design would remove select entirely. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130506/26ca9d04/attachment.html>
2013 May 06
2
[LLVMdev] Handling Masked Vector Operations
Duncan Sands <baldrick at free.fr> writes: > there seems to be a plan to get rid of the select instruction and just use > branches and phi nodes instead. Amongst other things this requires boosting > the power of codegen so that branches+phi nodes can be turned into cmov or > whatever when appropriate. This is a very BAD idea. Are you telling me that every predicated