[InstCombine] Use CreateGEP() API (NFC)
authorNikita Popov <npopov@redhat.com>
Wed, 5 Apr 2023 13:02:02 +0000 (15:02 +0200)
committerNikita Popov <npopov@redhat.com>
Wed, 5 Apr 2023 13:02:45 +0000 (15:02 +0200)
commit53280dba83afc6a23a808b4429ed1e026664bfba
tree8238cc1655c7b9637c8ac0d7d7a60c1f3e9ec668
parent1ef51e0452a473f404edc635412685fce6f61004
[InstCombine] Use CreateGEP() API (NFC)

Use the IRBuilder API that accepts inbounds as a boolean parameter,
rather than using a ternary.
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp