[llvm] [NFC] Update coroutine intrinsics documentation and few remaining tests to opaque pointers (PR #65698)
Anton Korobeynikov via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 09:07:38 PDT 2023
================
@@ -3,25 +3,25 @@
%"class.task::promise_type" = type { [64 x i8] }
-declare void @consume(i32*)
+declare void @consume(ptr)
declare void @consume2(%"class.task::promise_type"*)
----------------
asl wrote:
Nice catch, indeed!
https://github.com/llvm/llvm-project/pull/65698
More information about the llvm-commits
mailing list