[all-commits] [llvm/llvm-project] c63246: [WebAssembly] Add a missing `break` statement (#13...

Alex Crichton via All-commits all-commits at lists.llvm.org
Mon Mar 31 12:58:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c63246645eeb3fddcf86b36e815c30e8b2af6d44
      https://github.com/llvm/llvm-project/commit/c63246645eeb3fddcf86b36e815c30e8b2af6d44
  Author: Alex Crichton <alex at alexcrichton.com>
  Date:   2025-03-31 (Mon, 31 Mar 2025)

  Changed paths:
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp

  Log Message:
  -----------
  [WebAssembly] Add a missing `break` statement (#133783)

This fixes an issue introduced in #132430 where a `break;` statement was
accidentally missing causing unintended fall-through.



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