| commit | b320ca264216cb09d70927792f6f3d04bca7f58b | [log] [tgz] |
|---|---|---|
| author | Jessica Paquette <jpaquette@apple.com> | Thu Sep 20 21:53:25 2018 +0000 |
| committer | Jessica Paquette <jpaquette@apple.com> | Thu Sep 20 21:53:25 2018 +0000 |
| tree | 5e2e1cd4f1ebc2eb0e9fe95712b37937f278689d | |
| parent | a07166995667a86af8856d052671d3f2ef07fcb9 [diff] |
[MachineOutliner][NFC] Don't add MBBs with a size < 2 to the search space The suffix tree won't ever consider sequences with a length less than 2. Therefore, we really ought to not even consider them in the first place. Also add a FIXME explaining that this should be defined in terms of the size in B of an outlined call versus the size in B of the MBB. llvm-svn: 342688