mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
ca13ea7edf
This patch make coroutine passes run by default in LLVM pipeline. Now the clang and opt could handle IR inputs containing coroutine intrinsics without special options. It should be fine. On the one hand, the coroutine passes seems to be stable since there are already many projects using coroutine feature. On the other hand, the coroutine passes should do nothing for IR who doesn't contain coroutine intrinsic. Test Plan: check-llvm Reviewed by: lxfind, aeubanks Differential Revision: https://reviews.llvm.org/D105877 |
||
---|---|---|
.. | ||
AggressiveInstCombine.h | ||
Coroutines.h | ||
InstCombine.h | ||
IPO.h | ||
PassBuilder.h | ||
PassManagerBuilder.h | ||
Scalar.h | ||
Utils.h | ||
Vectorize.h |