[all-commits] [llvm/llvm-project] 670166: [mlir][vector][nfc] Replace `failure()` with `noti...

Andrzej Warzyński via All-commits all-commits at lists.llvm.org
Thu Mar 6 10:23:07 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6701669835113ff571f9d3230d7a4857c61d5e12
      https://github.com/llvm/llvm-project/commit/6701669835113ff571f9d3230d7a4857c61d5e12
  Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
  Date:   2025-03-06 (Thu, 06 Mar 2025)

  Changed paths:
    M mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp

  Log Message:
  -----------
  [mlir][vector][nfc] Replace `failure()` with `notifyMatchFailure()` (#129278)

Updates some instances of plain `return failure();` in VectorToSCF.cpp
with `return notifyMatchFailure();` and a description (usually copied
from the nearby comment).

There's many more "plain" `return failure();` left, but ATM I only
have the cycles for the ones updated here.



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