[PATCH] D121600: [Codegen] Allow meta instruction to be target dependent
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 14 07:32:36 PDT 2022
skan added a comment.
In D121600#3379355 <https://reviews.llvm.org/D121600#3379355>, @pengfei wrote:
> Is this an alternative of D92842 <https://reviews.llvm.org/D92842>?
No, these two patches have different purposes. This is to allow meta instruction to be target dependent, but D121600 <https://reviews.llvm.org/D121600> is to unify the MEMBARRIER for different targets. But they can fix the same bug, which is a side effect.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121600/new/
https://reviews.llvm.org/D121600
More information about the llvm-commits
mailing list