commit | bc45034bc2e78cbbf3d945fa5c500e12ff067b89 | [log] [tgz] |
---|---|---|
author | Nikita Popov <npopov@redhat.com> | Fri Sep 29 09:43:45 2023 +0200 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 29 00:50:04 2023 -0700 |
tree | cc0f1229b66259eb8d2a4601fae5308d32d4e1b2 | |
parent | beb47881c23b8367b254ff7705879c02377616ab [diff] |
[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. GitOrigin-RevId: b4afade17564c61e9baf8024f8cf6921bdb3bde3