[all-commits] [llvm/llvm-project] a69f23: [LV] Remove unused load from RISCV test (NFC).

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Feb 7 13:56:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a69f23493e20294d7de2375bf1aed82cd6bdd2b8
      https://github.com/llvm/llvm-project/commit/a69f23493e20294d7de2375bf1aed82cd6bdd2b8
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M llvm/test/Transforms/LoopVectorize/RISCV/illegal-type.ll

  Log Message:
  -----------
  [LV] Remove unused load from RISCV test (NFC).

The test contained a unused load that appears unrelated to the test
(store of vector of i1). Remove it to avoid test changes in follow-up
change which will lead to dead loads being removed.




More information about the All-commits mailing list