search for: lower_select

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

2009 Dec 22
0
[LLVMdev] lower select pass
...y (which is sadly not a real test). It would nice if this pass would find its way to mainline. I would also like this place to thank Tilmann, Nicholas and Daniel for their great support via IRC. Best regards Tim -------------- next part -------------- A non-text attachment was scrubbed... Name: lower_select.patch Type: text/x-patch Size: 6835 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091222/3a5300bf/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: test_lowerselect.tar.gz Type: application/x-compressed...
2019 Aug 01
2
how to generate select-free LLVM IR?
I run "clang ... --emit-llvm ....". I get LLVM IR select instructions out. I don't want select instructions, but want explicit control flow. Is there a way to do this? I'm scared of disabling the SimplifyCFG pass since it appears to do much more than just rewrite to use select statements. -------------- next part -------------- An HTML attachment was scrubbed... URL: