[all-commits] [llvm/llvm-project] 5dbf73: [Lanai] Use ArgFlags to distinguish fixed paramete...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Aug 20 02:38:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5dbf73f54dfc9d8f4262267937aa34a8421a54d6
https://github.com/llvm/llvm-project/commit/5dbf73f54dfc9d8f4262267937aa34a8421a54d6
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-08-20 (Wed, 20 Aug 2025)
Changed paths:
M llvm/lib/Target/Lanai/LanaiISelLowering.cpp
Log Message:
-----------
[Lanai] Use ArgFlags to distinguish fixed parameters (#154278)
Whether the argument is fixed is now available via ArgFlags, so make use
of it. The previous implementation was quite problematic, because it
stored the number of fixed arguments in a global variable, which is not
thread safe.
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