Pre-commit test for D157184.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Transforms/Coroutines/coro-async-declaration.ll | ||
---|---|---|
1 | Running the entirety of O2 is not ideal for a Transform test, see for example llvm/test/Transforms/Coroutines/swift-async-dbg.ll. Please also note that a lot of lines in this test are not needed to exercise the behaviour we want to preserve in the subsequent commit |
llvm/test/Transforms/Coroutines/coro-async-declaration.ll | ||
---|---|---|
1 | Thank you. I also thought the test was too big. The original version was actually bigger and I tried to remove irrelevant parts of the test. |
May I ask how your test was created? Where is the source code? I guess I could just add a struct to it.
The test was handwritten, mostly :)
Running the entirety of O2 is not ideal for a Transform test, see for example llvm/test/Transforms/Coroutines/swift-async-dbg.ll.
Please also note that a lot of lines in this test are not needed to exercise the behaviour we want to preserve in the subsequent commit