[all-commits] [llvm/llvm-project] 9eb657: [LV] Add back CantReorderMemOps remark.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Jul 4 09:24:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9eb657278611665433d30fb37979d1df48af2ac8
https://github.com/llvm/llvm-project/commit/9eb657278611665433d30fb37979d1df48af2ac8
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-07-04 (Mon, 04 Jul 2022)
Changed paths:
M clang/test/Frontend/optimization-remark-options.c
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Add back CantReorderMemOps remark.
Add back remark unintentionally dropped by 644a965c1efef68f.
I will add a LV test separately, so we do not have to rely on a Clang
test to catch this.
More information about the All-commits
mailing list