[all-commits] [llvm/llvm-project] 37010d: [Coroutines][NewPM] Fix coroutine tests under new ...
aeubanks via All-commits
all-commits at lists.llvm.org
Sun Oct 4 14:20:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 37010d4ddf477d3cc60792a92918af5f2f6e42c3
https://github.com/llvm/llvm-project/commit/37010d4ddf477d3cc60792a92918af5f2f6e42c3
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-10-04 (Sun, 04 Oct 2020)
Changed paths:
M llvm/test/Transforms/Coroutines/coro-retcon-alloca.ll
M llvm/test/Transforms/Coroutines/coro-retcon-once-value.ll
M llvm/test/Transforms/Coroutines/coro-retcon-resume-values.ll
M llvm/test/Transforms/Coroutines/coro-retcon-value.ll
M llvm/test/Transforms/Coroutines/coro-retcon.ll
M llvm/test/Transforms/Coroutines/coro-swifterror.ll
Log Message:
-----------
[Coroutines][NewPM] Fix coroutine tests under new pass manager
Some new function parameter attributes are derived under NPM.
Reviewed By: rjmccall
Differential Revision: https://reviews.llvm.org/D88760
More information about the All-commits
mailing list