[all-commits] [llvm/llvm-project] 5b6742: [NFC] Return correct PreservedAnalysis for CoroEarly
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Wed Apr 20 01:48:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b6742a6bdcb1a34c68b86c73dc3265467c09133
https://github.com/llvm/llvm-project/commit/5b6742a6bdcb1a34c68b86c73dc3265467c09133
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-04-20 (Wed, 20 Apr 2022)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroEarly.cpp
Log Message:
-----------
[NFC] Return correct PreservedAnalysis for CoroEarly
This is a fix for previous typo. It makes no sense to return
PreservedAnalyses::all() if anything is change. This change simplify
codes further.
More information about the All-commits
mailing list