Displaying 1 result from an estimated 1 matches for "sbansal".
Did you mean:
bansal
2009 Dec 14
1
[LLVMdev] project idea: llvm superoptimizer
...research project that I thought I'd put out there
since probably nobody in my group will have time to follow up on it.
It would be interesting to take ideas from this superoptimizer for x86:
http://theory.stanford.edu/~aiken/publications/papers/asplos06.pdf
http://theory.stanford.edu/~sbansal/superoptimizer.html
and adapt them to run on LLVM code.
It would seem that operating on LLVM code would save a lot of time
because its semantics are much simpler than x86. The cost of operating
on LLVM is that target-specific tricks would be missed.
The outcome would be a new LLVM pass that s...