In LoopUnswitch, move shared code to LoopUtils. It is related to https://reviews.llvm.org/D99354
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/Transforms/Utils/LoopUtils.h | ||
---|---|---|
516 | L, MSSA and AA are all needed. Can we pass them by reference? |
llvm/include/llvm/Transforms/Utils/LoopUtils.h | ||
---|---|---|
516 | Ah, let me change it on https://reviews.llvm.org/D99354. Is it ok? |
llvm/include/llvm/Transforms/Utils/LoopUtils.h | ||
---|---|---|
516 | Looks like a very small change to me. If you're confident, just go ahead and commit this without review. If you want to a second opinion, we can always look at it in a review. |
llvm/include/llvm/Transforms/Utils/LoopUtils.h | ||
---|---|---|
516 | It has been merged to upstream. commit cfe87d4eddfccff4b6fb09156d5645790240a8e8 |
L, MSSA and AA are all needed. Can we pass them by reference?