[PATCH] D150296: [ObjC][ARC] Fix non-deterministic behavior in ProvenanceAnalysis
Akira Hatanaka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 10 13:46:20 PDT 2023
ahatanak added inline comments.
================
Comment at: llvm/test/Transforms/ObjCARC/related-check.ll:120
-; CHECK-LABEL: define ptr @foo() {
-; CHECK-NOT: @llvm.objc
----------------
akyrtzi wrote:
> Does this need to be removed? I assume it was a non-deterministic test case.
We can probably leave those test cases there, but they weren't in the original test case committed in https://reviews.llvm.org/D135376. The test cases were added in the two patches I committed later and were added only to check the assertion `assert(relatedCheck(B, A) == Result)` was no longer failing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150296/new/
https://reviews.llvm.org/D150296
More information about the llvm-commits
mailing list