[LLVMdev] some superoptimizer results (original) (raw)
John Regehr regehr at cs.utah.edu
Thu Jul 23 07:24:24 PDT 2015
- Previous message: [LLVMdev] some superoptimizer results
- Next message: [LLVMdev] some superoptimizer results
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I guess another way to select interesting transformations could be to look for sequences where the result uses a "subset" of the input instruction sequence.
Yeah, I had been noticing those subsets too. It sounds like it's worth a try doing a run that looks only for those.
One nice thing is that if we're just looking for subsets, we will not even give the syntehsizer the option to use instructions that aren't in the subset -- this should give a nice speedup, and probably will even make synthesis more likely to succeed (assuming that an optimization exists within the subset).
John
- Previous message: [LLVMdev] some superoptimizer results
- Next message: [LLVMdev] some superoptimizer results
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]