[all-commits] [llvm/llvm-project] 9320ac: [Clang] Only run test when X86 backend is built.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Mar 29 09:29:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9320ac9b4965d769632398b620ca3e4af9b56b12
https://github.com/llvm/llvm-project/commit/9320ac9b4965d769632398b620ca3e4af9b56b12
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M clang/test/Frontend/optimization-remark-options.c
Log Message:
-----------
[Clang] Only run test when X86 backend is built.
After c773d0f97304 the remark is only emitted if the loop is profitable
to vectorize, but cannot be vectorized. Hence, it depends on
X86-specific cost-modeling.
More information about the All-commits
mailing list