[all-commits] [llvm/llvm-project] 129a35: [WebAssemblyOptimizeReturned] Skip lifetime intrin...

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Jul 25 03:12:53 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 129a35454ccb1d535b6cdd5cc768ab0b2897f889
      https://github.com/llvm/llvm-project/commit/129a35454ccb1d535b6cdd5cc768ab0b2897f889
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2025-07-25 (Fri, 25 Jul 2025)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp
    M llvm/test/CodeGen/WebAssembly/returned.ll

  Log Message:
  -----------
  [WebAssemblyOptimizeReturned] Skip lifetime intrinsic uses

Replacing an alloca with a call result in a lifetime intrinsic
will cause a verifier error.

Fixes https://github.com/llvm/llvm-project/issues/150498.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list