[all-commits] [llvm/llvm-project] 7e626d: [LoopVectorize][X86] Use quotes around the pass li...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Sep 19 02:25:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e626d7a890f44b34c6ccc690eac2e1de44ae94d
https://github.com/llvm/llvm-project/commit/7e626d7a890f44b34c6ccc690eac2e1de44ae94d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
M llvm/test/Transforms/LoopVectorize/X86/already-vectorized.ll
M llvm/test/Transforms/LoopVectorize/X86/float-induction-x86.ll
M llvm/test/Transforms/LoopVectorize/X86/metadata-enable.ll
M llvm/test/Transforms/LoopVectorize/X86/pointer-runtime-checks-unprofitable.ll
M llvm/test/Transforms/LoopVectorize/X86/pr54413-select-interleave-count-loop-with-cost-zero.ll
M llvm/test/Transforms/LoopVectorize/X86/x86_fp80-vector-store.ll
Log Message:
-----------
[LoopVectorize][X86] Use quotes around the pass list to appease DOS cmd evaluation
DOS can't handle -passes='default<O3>' correctly
More information about the All-commits
mailing list