[all-commits] [llvm/llvm-project] bfbdb5: [Coroutines] Avoid some pointer element type accesses
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jan 21 03:36:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfbdb5e43e50484e179122bfb66cff8165e4b084
https://github.com/llvm/llvm-project/commit/bfbdb5e43e50484e179122bfb66cff8165e4b084
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-21 (Fri, 21 Jan 2022)
Changed paths:
M llvm/lib/Transforms/Coroutines/Coroutines.cpp
Log Message:
-----------
[Coroutines] Avoid some pointer element type accesses
These are just verifying that pointer types are correct, which is
no longer relevant under opaque pointers.
More information about the All-commits
mailing list