Skip to content
Commit 6ffc044b authored by Craig Topper's avatar Craig Topper
Browse files

[DAGCombine] Use APInt::operator|(uint64_t) instead of creating a temporary...

[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.

llvm-svn: 296981
parent 66bd85a9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment