[all-commits] [llvm/llvm-project] b0f560: LoopVectorize/test: fix opt invocations with -marc...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Fri Dec 8 01:57:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0f560b8ea5782eff83b7646f713405eaafd9c73
https://github.com/llvm/llvm-project/commit/b0f560b8ea5782eff83b7646f713405eaafd9c73
Author: Ramkumar Ramachandra <r at artagnon.com>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M llvm/test/Transforms/LoopVectorize/Hexagon/maximum-vf-crash.ll
M llvm/test/Transforms/LoopVectorize/Hexagon/minimum-vf.ll
Log Message:
-----------
LoopVectorize/test: fix opt invocations with -march (NFC) (#74462)
opt accepts the -march command-line argument, but this argument only
makes sense in conjunction with -mtriple. Fix a couple of tests under
LoopVectorize that invoke opt with -march but without -mtriple, to avoid
confusing users.
More information about the All-commits
mailing list