[PATCH] D142619: [Coroutines] Presubmit test for more coro remats

David Stuttard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 05:40:22 PST 2023


dstuttard created this revision.
Herald added a subscriber: ChuanqiXu.
Herald added a project: All.
dstuttard requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Added more tests that check for >4 instructions.
Also added a retcon-remat test that checks rematerialization into a suspend
block predecessor (such as when remat for a retcon suspend happens).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142619

Files:
  llvm/test/Transforms/Coroutines/coro-materialize.ll
  llvm/test/Transforms/Coroutines/coro-retcon-remat.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142619.492409.patch
Type: text/x-patch
Size: 6606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230126/b3b6f005/attachment.bin>


More information about the llvm-commits mailing list