Skip to content
  • Dan Gohman's avatar
    Back out the change in 64918 that used sign-extensions when promoting · f6e8c77e
    Dan Gohman authored
    trip counts that use signed comparisons. It's not obviously the best
    approach for preserving trip count information, and at any rate there
    isn't anything in the tree right now that makes use of that, so for
    now always using zero-extensions is preferable.
    
    llvm-svn: 65347
    f6e8c77e
Loading