[PATCH] D76058: Validate declaration types against the expected types

Hamilton Tobon-Mosquera via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 21:02:15 PDT 2020


hamax97 updated this revision to Diff 250344.
hamax97 added a comment.

1. RFI is not created unless the declaration found matches the runtime function type.
2. Conditional modified to check when a function is variadic.
3. Comparison between Type* made directly.
4. The function that checks if the types matches was moved to a class static function.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76058/new/

https://reviews.llvm.org/D76058

Files:
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76058.250344.patch
Type: text/x-patch
Size: 5656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200314/7393ae63/attachment.bin>


More information about the llvm-commits mailing list