[all-commits] [llvm/llvm-project] 35106a: [Coroutines] Presubmit test for more coro remats
David Stuttard via All-commits
all-commits at lists.llvm.org
Mon Feb 13 03:06:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35106ad1009f51d95ff46c0f70be00575c318a5c
https://github.com/llvm/llvm-project/commit/35106ad1009f51d95ff46c0f70be00575c318a5c
Author: David Stuttard <david.stuttard at amd.com>
Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths:
M llvm/test/Transforms/Coroutines/coro-materialize.ll
A llvm/test/Transforms/Coroutines/coro-retcon-remat.ll
Log Message:
-----------
[Coroutines] Presubmit test for more coro remats
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).
Differential Revision: https://reviews.llvm.org/D142619
More information about the All-commits
mailing list