[all-commits] [llvm/llvm-project] d17942: [LoopUnroll] Avoid undef indices in test (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Jun 22 07:56:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d179421099314431a91b85c01977ba0086ffd6db
      https://github.com/llvm/llvm-project/commit/d179421099314431a91b85c01977ba0086ffd6db
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M llvm/test/Transforms/LoopUnroll/AArch64/runtime-unroll-generic.ll

  Log Message:
  -----------
  [LoopUnroll] Avoid undef indices in test (NFC)

Doesn't really matter for the larger purpose of the test, but
avoid the use of undef indices and instead use the loop induction
variable as index, which is what was likely intended here.




More information about the All-commits mailing list