search for: 029984ee

Displaying 2 results from an estimated 2 matches for "029984ee".

2013 Aug 20
0
[LLVMdev] [X86] DAG Combine - VSELECT
...e code in question is using isBeforeLegalize as a shortcut for > "are all the operand and result types legal". > > -Eli > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130819/029984ee/attachment.html>
2013 Aug 19
3
[LLVMdev] [X86] DAG Combine - VSELECT
I see. We still can use that shortcut to catch the simple case after type legalization, but we could also do a more elaborate type check before type legalization to enable it? On Aug 19, 2013, at 4:13 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Mon, Aug 19, 2013 at 3:34 PM, Juergen Ributzka <juergen at apple.com> wrote: > Hi @ll, > > I am wondering about the