Closed as not planned
Description
Bugzilla Link | 34029 |
Version | trunk |
OS | All |
Attachments | bitcode |
Reporter | LLVM Bugzilla Contributor |
CC | @coffezhou,@efriedma-quic,@filcab,@zmodem,@hfinkel |
Extended Description
$ ./opt ~/pat.bc | ./lli
checksum = 74640FC
$ ./opt -loop-reroll ~/pat.bc | ./lli
checksum = A3DD5B7F
I'll try to reduce this once I get a chance, but putting it here so it doesn't get lost.
Also, cc:in Hal and Eli who both did some work in this area recent('ish)ly.