[Inline] Avoid incompatible return attributes on deoptimize
When updating the return type of deoptimize call during inline, we need to drop incompatible return attributes. This bug was exposed once we relaxed the contraint of adding the attributes through D156844. With that change deoptimize (are not willreturn) will start having return attributes added to it. Fixes https://github.com/llvm/llvm-project/issues/64804. Differential Revision: https://reviews.llvm.org/D158286
Loading
Please sign in to comment