[all-commits] [llvm/llvm-project] f682a8: [Attributor] Use byval type instead of pointer ele...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Mar 9 00:31:02 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f682a8386b5aa0fcc09754bf5a08cbe43d33065e
https://github.com/llvm/llvm-project/commit/f682a8386b5aa0fcc09754bf5a08cbe43d33065e
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-09 (Wed, 09 Mar 2022)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[Attributor] Use byval type instead of pointer element type
For compatibility with opaque pointers, use the byval type rather
than the pointer element type.
Differential Review: https://reviews.llvm.org/D120983
More information about the All-commits
mailing list