[all-commits] [llvm/llvm-project] 792f80: [CoroSplit] Use freeze instead of bitcast for dumm...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Apr 1 04:07:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 792f80e1662d83b3aaa916c14a7ef73a37f57afb
https://github.com/llvm/llvm-project/commit/792f80e1662d83b3aaa916c14a7ef73a37f57afb
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
M llvm/test/Transforms/Coroutines/coro-retcon-alloca-opaque-ptr.ll
Log Message:
-----------
[CoroSplit] Use freeze instead of bitcast for dummy instructions
Not all types that can appear in arguments can be bitcasts -- in
particular, bitcasts do not support struct types.
More information about the All-commits
mailing list