[all-commits] [llvm/llvm-project] 6c4356: [Coroutine] Improve coro-elide-musttail.ll test
Xun Li via All-commits
all-commits at lists.llvm.org
Fri Jan 22 20:28:15 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6c43564530365ac2c074d7515d4eada294d4ca0c
https://github.com/llvm/llvm-project/commit/6c43564530365ac2c074d7515d4eada294d4ca0c
Author: Xun Li <lxfind at gmail.com>
Date: 2021-01-22 (Fri, 22 Jan 2021)
Changed paths:
M llvm/test/Transforms/Coroutines/coro-elide-musttail.ll
Log Message:
-----------
[Coroutine] Improve coro-elide-musttail.ll test
The test wasn't sensitive to alias analysis. As you can seen from D95117 when AA is added by default this is affected.
Updating the test so that it coveres both cases for AA analysis.
Note that this patch depends on D95117 to land first.
Differential Revision: https://reviews.llvm.org/D95247
More information about the All-commits
mailing list