[PATCH] D100085: [X86] Support -march=rocketlake
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 7 23:40:50 PDT 2021
MaskRay added a comment.
In D100085#2675919 <https://reviews.llvm.org/D100085#2675919>, @FreddyYe wrote:
> Hi @MaskRay, I tried to refactor, but met some difficulties. Since these defines are dictionary ordered, a new #define may insert into a common CHECK. So it is difficult to let different RUN share common CHECKs.
Check prefixes of the same kind do not need to be contiguous.
// A:
// B:
// A:
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100085/new/
https://reviews.llvm.org/D100085
More information about the llvm-commits
mailing list