commit | 1ecf0813db3b6e9a13d05fa891023ffef6b3abf9 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@gmail.com> | Sun Mar 05 01:08:16 2017 +0000 |
committer | Craig Topper <craig.topper@gmail.com> | Sun Mar 05 01:08:16 2017 +0000 |
tree | 959a80159907373b02681374902b664cb1400184 | |
parent | ecd4d5328147dad0d399f3f88868be33adee2d69 [diff] |
[DAGCombine] Use APInt::operator|(uint64_t) instead of creating a temporary APInt and calling APInt::Or. NFC This is more efficient by itself. But this is prep for a future patch that may remove APInt::Or while making operator| support rvalue references similar to add/sub. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296981 91177308-0d34-0410-b5e6-96231b3b80d8