[all-commits] [llvm/llvm-project] 53280d: [InstCombine] Use CreateGEP() API (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Apr 5 06:03:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53280dba83afc6a23a808b4429ed1e026664bfba
https://github.com/llvm/llvm-project/commit/53280dba83afc6a23a808b4429ed1e026664bfba
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
Log Message:
-----------
[InstCombine] Use CreateGEP() API (NFC)
Use the IRBuilder API that accepts inbounds as a boolean parameter,
rather than using a ternary.
More information about the All-commits
mailing list