[PATCH] D153406: [Attributor] Convert test to opaque pointers

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 02:12:33 PDT 2023


nikic created this revision.
nikic added a reviewer: jdoerfert.
Herald added subscribers: StephenFan, okura, kuter.
Herald added a reviewer: homerdin.
Herald added a project: All.
nikic requested review of this revision.
Herald added a reviewer: sstefan1.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This converts the arg-count-mismatch.ll test to opaque pointers. The bitcasts of the called functions are now implicit and this change behavior. I wanted to double check whether the new output is correct / expected.


https://reviews.llvm.org/D153406

Files:
  llvm/test/Transforms/Attributor/IPConstantProp/arg-count-mismatch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153406.533184.patch
Type: text/x-patch
Size: 7470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230621/8761e0c4/attachment.bin>


More information about the llvm-commits mailing list