[llvm] [Transforms] Introduce BuildBuiltins.h atomic helpers (PR #134455)
James Y Knight via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 13 03:10:57 PDT 2025
================
@@ -222,6 +264,13 @@ detail::ValueMatchesPoly<M> HasValue(M Matcher) {
return detail::ValueMatchesPoly<M>(Matcher);
}
+/// Matches on Expected<T> values that succeed, but also stores its value into a
----------------
jyknight wrote:
Maybe this addition to the testing support should go in a different PR?
https://github.com/llvm/llvm-project/pull/134455
More information about the llvm-commits
mailing list