[all-commits] [llvm/llvm-project] 3d9386: [CoroFrame] Avoid pointer element type access for ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Mar 9 02:15:30 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d9386a349427483dc55f92876dedf037ae97854
https://github.com/llvm/llvm-project/commit/3d9386a349427483dc55f92876dedf037ae97854
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-09 (Wed, 09 Mar 2022)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
Log Message:
-----------
[CoroFrame] Avoid pointer element type access for swifterror
These must have pointer-to-pointer type, and with opaque pointers
we don't care about the specific pointer type anymore.
More information about the All-commits
mailing list