[PATCH] D138796: ObjCARC: Try to fix faulty tests
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 2 13:25:44 PST 2022
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/ObjCARC/basic.ll:2715
+; CHECK: tail call void @llvm.objc.release(i8* [[SELF_CAST1]])
+; CHECK: }
+define { <2 x float>, <2 x float> } @"\01-[A z]"({}* %self, i8* nocapture %_cmd) nounwind {
----------------
dexonsmith wrote:
> Can/should this be `CHECK: [^]}` to confirm it's a scoping brace instead of a type brace?
[^]} doesn't work, but {{^}}} does (which looks like a bug in the check itself)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138796/new/
https://reviews.llvm.org/D138796
More information about the llvm-commits
mailing list