[all-commits] [llvm/llvm-project] 6f1b2e: [NFC] Correct the test code in pr65018
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Mon Aug 28 20:32:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f1b2e4e97e2d6e8f19a9a6d64547b027617fa39
https://github.com/llvm/llvm-project/commit/6f1b2e4e97e2d6e8f19a9a6d64547b027617fa39
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M clang/test/CodeGenCoroutines/pr65018.cpp
Log Message:
-----------
[NFC] Correct the test code in pr65018
The test code in pr65018 is actually incorrect since the optimizier are
free to optimize the whole coroutine body away. This patch corrected
this.
More information about the All-commits
mailing list