[all-commits] [llvm/llvm-project] 978310: [mlir][vector][nfc] Fix typos in "VectorEmulateNar...

Andrzej Warzyński via All-commits all-commits at lists.llvm.org
Mon Feb 3 02:10:59 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 978310f1de712fc9092142f0985a541a537f21ec
      https://github.com/llvm/llvm-project/commit/978310f1de712fc9092142f0985a541a537f21ec
  Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
  Date:   2025-02-03 (Mon, 03 Feb 2025)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp

  Log Message:
  -----------
  [mlir][vector][nfc] Fix typos in "VectorEmulateNarrowType.cpp" (#125415)

Updates `emulatedVectorLoad` that was introduced in #115922.
Specifically, ATM `emulatedVectorLoad` mixes "emulated type" and
"container type". This only became clear after #123526 in which the
concepts of "emulated" and "container" types were introduced.

This is an NFC change and simply updates the variable naming.



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