[all-commits] [llvm/llvm-project] 5faba8: Revert "[Coroutines] Set presplit attribute in Cla...
Xun Li via All-commits
all-commits at lists.llvm.org
Sun Apr 18 17:22:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5faba87938779c595f2b4e40f933bae6571bc421
https://github.com/llvm/llvm-project/commit/5faba87938779c595f2b4e40f933bae6571bc421
Author: Xun Li <lxfind at gmail.com>
Date: 2021-04-18 (Sun, 18 Apr 2021)
Changed paths:
M clang/lib/CodeGen/CGCoroutine.cpp
R clang/test/CodeGenCoroutines/coro-always-inline-resume.cpp
M clang/test/CodeGenCoroutines/coro-always-inline.cpp
M llvm/lib/Transforms/Coroutines/CoroEarly.cpp
M llvm/test/Transforms/Coroutines/coro-debug-O2.ll
M llvm/test/Transforms/Coroutines/coro-debug-frame-variable.ll
M llvm/test/Transforms/Coroutines/coro-split-01.ll
M llvm/test/Transforms/Coroutines/coro-split-recursive.ll
M llvm/test/Transforms/Coroutines/ex0.ll
M llvm/test/Transforms/Coroutines/ex1.ll
M llvm/test/Transforms/Coroutines/ex2.ll
M llvm/test/Transforms/Coroutines/ex3.ll
M llvm/test/Transforms/Coroutines/ex4.ll
M llvm/test/Transforms/Coroutines/ex5.ll
M llvm/test/Transforms/Coroutines/phi-coro-end.ll
M llvm/test/Transforms/Coroutines/restart-trigger.ll
Log Message:
-----------
Revert "[Coroutines] Set presplit attribute in Clang instead of CoroEarly pass"
This reverts commit fa6b54c44ab1d5f579304eadb7ac8bd7e72d0e77.
The commited patch broke mlir tests. It seems that mlir tests depend on coroutine function properties set in CoroEarly pass.
More information about the All-commits
mailing list