[all-commits] [llvm/llvm-project] 9c5b85: [CoroSplit] Avoid pointer element type accesses
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jan 21 03:22:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c5b856dac5c0ccbe755410b826f683ef01d7f08
https://github.com/llvm/llvm-project/commit/9c5b856dac5c0ccbe755410b826f683ef01d7f08
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-21 (Fri, 21 Jan 2022)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
Log Message:
-----------
[CoroSplit] Avoid pointer element type accesses
Use isOpaqueOrPointeeTypeMatches() for the assertions instead.
More information about the All-commits
mailing list