[all-commits] [llvm/llvm-project] 6e6dee: [llvm][Coroutines] Avoid Type::getPointerTo() (NFC...
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Mon Sep 30 10:03:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e6dee944b6c980b35bfa6ccf0a999cbbb5e2779
https://github.com/llvm/llvm-project/commit/6e6dee944b6c980b35bfa6ccf0a999cbbb5e2779
Author: Youngsuk Kim <youngsuk.kim at hpe.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroEarly.cpp
Log Message:
-----------
[llvm][Coroutines] Avoid Type::getPointerTo() (NFC) (#110520)
`llvm::Type::getPointerTo()` is to be deprecated & removed soon.
In `Lowerer::lowerCoroDone`, also remove the no-op bitcast (1st
parameter of `llvm::coro::done` intrinsic is `ptr`).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list