llvm.coro.end intrinsic now returns bool. Updating clang to match it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D30711
[coroutines] update coro_end builtin to match llvm ClosedPublic Authored by GorNishanov on Mar 7 2017, 11:22 AM.
Details Summary llvm.coro.end intrinsic now returns bool. Updating clang to match it.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 7 2017, 11:23 AM Closed by commit rL297224: [coroutines] update coro_end builtin to match llvm (authored by GorNishanov). · Explain WhyMar 7 2017, 1:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 90928 cfe/trunk/include/clang/Basic/Builtins.def
cfe/trunk/test/CodeGenCoroutines/coro-builtins.c
|