[all-commits] [llvm/llvm-project] e0c6b0: [TableGen] Avoid assignmentInAssert warning

Pierre van Houtryve via All-commits all-commits at lists.llvm.org
Tue May 13 04:39:22 PDT 2025


  Branch: refs/heads/users/pierre-vh/tablgen-assign-in-assert
  Home:   https://github.com/llvm/llvm-project
  Commit: e0c6b055f7a32f6084eac13de7f7713a3b12f184
      https://github.com/llvm/llvm-project/commit/e0c6b055f7a32f6084eac13de7f7713a3b12f184
  Author: pvanhout <pierre.vanhoutryve at amd.com>
  Date:   2025-05-13 (Tue, 13 May 2025)

  Changed paths:
    M llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp

  Log Message:
  -----------
  [TableGen] Avoid assignmentInAssert warning

ExpectedID should be optimized out anyway if built without assertions because nothing reads its value.

Fixes #90327



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