Commit b4afade1 authored by Nikita Popov's avatar Nikita Popov
Browse files

[InstCombine] Avoid use of ConstantExpr::getZExtOrBitcast() (NFC)

Use the constant folding API instead. In the second case using
IR builder should also work, but the way the instructions are
created an inserted there is very unusual, so I've left it alone.
parent 512739eb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment