commit | f6d1d7d2ba3fe84492e51ad9d19c4c9683a88cad | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Sep 29 03:09:18 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Sep 29 03:09:18 2004 +0000 |
tree | 477e25e718698498afd20537ff14b171d9826b92 | |
parent | a41fc77ae40db49d711fc6f9c43b704a3b408e60 [diff] |
Remove debugging printout Instcombine (setcc (truncate X), C1). This occurs THOUSANDS of times in many benchmarks. Particularlly common seem to be things like (seteq (cast bool X to int), int 0) This turns it into (seteq bool %X, false), which then becomes (not %X). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16567 91177308-0d34-0410-b5e6-96231b3b80d8