[all-commits] [llvm/llvm-project] ea6a3f: [NFC] [Coroutines] Fix incorrect use of coroutine ...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Mon Jan 3 19:14:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea6a3f9f960e52ea39edd5edddf5afad3c11f7a0
https://github.com/llvm/llvm-project/commit/ea6a3f9f960e52ea39edd5edddf5afad3c11f7a0
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-01-04 (Tue, 04 Jan 2022)
Changed paths:
M llvm/test/Transforms/Coroutines/coro-spill-corobegin.ll
Log Message:
-----------
[NFC] [Coroutines] Fix incorrect use of coroutine intrinsics
The inlined llvm.coro.id should contain the function it refers to.
The modifed test would caused the compiler crash under O2. See
issue52912 for example.
More information about the All-commits
mailing list