[all-commits] [llvm/llvm-project] 3d272e: Fix test/Transforms/LoopVectorize/AArch64/strict-f...

James Y Knight via All-commits all-commits at lists.llvm.org
Tue Jul 27 15:33:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d272eea08b1e018a0dfbd6dbd602272382aa99a
      https://github.com/llvm/llvm-project/commit/3d272eea08b1e018a0dfbd6dbd602272382aa99a
  Author: James Y Knight <jyknight at google.com>
  Date:   2021-07-27 (Tue, 27 Jul 2021)

  Changed paths:
    M llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd-vf1.ll

  Log Message:
  -----------
  Fix test/Transforms/LoopVectorize/AArch64/strict-fadd-vf1.ll.

It was writing to the source directory (which may not be writeable),
rather than using %t.

Fixes: a5dd6c6cf935 ("[LoopVectorize] Don't interleave scalar ordered reductions for inner loops")




More information about the All-commits mailing list