[LLVMdev] Phi + Select Optimization
Roland Leißa
leissa at cs.uni-saarland.de
Sat May 19 00:50:03 PDT 2012
I consider my patch not mature enough to be committed.
I just wanted to hear what others are saying. I'm not quite sure how to exactly deal with these cascades of selects which induce a cycle via a Phi; I'd like to implement that as well. Also, I'm not sure whether InstructionSimplify.cpp is the proper place for this optimization.
--
Roland
----- Original Message -----
> From: "Carlo Alberto Ferraris" <cafxx at strayorange.com>
> To: llvmdev at cs.uiuc.edu
> Sent: Samstag, 19. Mai 2012 09:17:38
> Subject: Re: [LLVMdev] Phi + Select Optimization
>
>
> You should probably send this to llvm-commits; llvm-dev is more for
> general discussion.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
More information about the llvm-dev
mailing list