[all-commits] [llvm/llvm-project] 975477: [CGBuiltin] Explicitly use inbounds GEP (NFCI)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed May 29 07:39:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 975477e7f7ee1d8c29975224abb452f73b90db36
https://github.com/llvm/llvm-project/commit/975477e7f7ee1d8c29975224abb452f73b90db36
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
Log Message:
-----------
[CGBuiltin] Explicitly use inbounds GEP (NFCI)
All of these are inbounds as they access known offsets in fixed
globals. NFCI because constant expression construction currently
already infers this, this patch just makes it explicit.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list