[all-commits] [llvm/llvm-project] 3ac858: [Attributor] Use getFreedOperand() (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jul 21 05:27:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ac8587a2b7e8f9606f4bdb8c9c72a6bd652534e
https://github.com/llvm/llvm-project/commit/3ac8587a2b7e8f9606f4bdb8c9c72a6bd652534e
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-07-21 (Thu, 21 Jul 2022)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[Attributor] Use getFreedOperand() (NFC)
Track which operand is actually freed, to avoid the implicit
assumption that it is the first call argument.
More information about the All-commits
mailing list