Branch instructions don't produce values, so there's no need to generate a...
Branch instructions don't produce values, so there's no need to generate a value number for them. This avoids adding them to the various value numbering tables, resulting in a minor (~3%) speedup for GVN on 40.gcc. llvm-svn: 122819
Loading
Please register or sign in to comment