[all-commits] [llvm/llvm-project] e1dc0f: [Attributor] Convert test to opaque pointers (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jun 28 00:53:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1dc0f55bd71a6ffce7056f3313be50dfc9fd250
https://github.com/llvm/llvm-project/commit/e1dc0f55bd71a6ffce7056f3313be50dfc9fd250
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-06-28 (Wed, 28 Jun 2023)
Changed paths:
M llvm/test/Transforms/Attributor/IPConstantProp/arg-count-mismatch.ll
Log Message:
-----------
[Attributor] Convert test to opaque pointers (NFC)
This converts the arg-count-mismatch.ll test to opaque pointers.
The bitcasts of the called functions are now implicit and this
affects behavior: We now infer memory attributes. This should be
fine, as function-level attributes are not affected by signature
mismatches.
Differential Revision: https://reviews.llvm.org/D153406
More information about the All-commits
mailing list