[all-commits] [llvm/llvm-project] 836e71: [MergeFunc] Adjust GEP indices in test (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Dec 20 06:08:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 836e71a4254cb7b61f9d1b59591e69bb4055eb45
https://github.com/llvm/llvm-project/commit/836e71a4254cb7b61f9d1b59591e69bb4055eb45
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M llvm/test/Transforms/MergeFunc/constexpr.ll
Log Message:
-----------
[MergeFunc] Adjust GEP indices in test (NFC)
Otherwise inbounds will be inferred, and we don't actually end
up testing the case of one gep without inbounds and one with.
More information about the All-commits
mailing list