[LLVMdev] Local common subexpression elimination

Nicolas Capens nicolas at capens.net
Wed Oct 15 20:55:27 PDT 2008


Hi all,

 

Is there any existing pass that performs fast local common subexpression
elimination?

 

The reason I'm asking is because global common subexpression elimination
(GVN or GVN-PRE) is too slow for my JIT purposes, but I see lots of value in
local CSE.

 

Thanks,

 

Nicolas

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081016/7387036a/attachment.html>


More information about the llvm-dev mailing list