[PATCH] D76058: Validate declaration types against the expected types
Hamilton Tobon-Mosquera via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 15 09:05:24 PDT 2020
hamax97 marked an inline comment as done.
hamax97 added inline comments.
================
Comment at: llvm/test/Transforms/OpenMP/rtf_type_checking.ll:64
+;
+; There are two matches since the pass is run once per function.
----------------
The pass is run as many times as functions exist in the file. Is that the expected behavior?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76058/new/
https://reviews.llvm.org/D76058
More information about the llvm-commits
mailing list