Y
Hacker News
new
|
ask
|
show
|
jobs
by
aidenn0
1441 days ago
I remember a while back reading a paper about using superoptimizers to auto-generate peephole optimizations; anyone know if that ever got deployed anywhere?
1 comments
JonChesterfield
1441 days ago
I think some of llvm's ones are manually created from exhaustive search. Related project is Alive for testing if the peephole transform is valid.
link