[all-commits] [llvm/llvm-project] 209d77: [IR] Reorder checks in isInterposable() (NFC) (#20...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jun 1 11:35:44 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 209d77c43a8aba33d1fbadfdcc4246a35d5fe433
https://github.com/llvm/llvm-project/commit/209d77c43a8aba33d1fbadfdcc4246a35d5fe433
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M llvm/lib/IR/Globals.cpp
Log Message:
-----------
[IR] Reorder checks in isInterposable() (NFC) (#200862)
The isDSOLocal() check is a lot cheaper than getSemanticInterposition(),
so perform it first.
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