[PATCH] D88385: [TableGen][M68K] (Patch 1/8) Utilities for complex instruction addressing modes: CodeBeads and logical operand helper functions
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 15 09:30:01 PST 2021
rengolin added a comment.
In D88385#2498908 <https://reviews.llvm.org/D88385#2498908>, @jrtc27 wrote:
> Yeah my concern is not about m68k doing weird things, it's about the code that's added in the target-independent places to support m68k that I am most concerned with, as it affects every target regardless of whether m68k is enabled.
Exactly, that's why I prefer to keep the CodeBeads implementation for now (that only affects the m68k target) than refactor table-gen (that would affect all).
We should avoid mixing generic refactory with experimental code, unless the refactory is a clear benefit to all targets, not just the experimental one.
I concur with @RKSimon that we should approve this code as is and get the target in.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88385/new/
https://reviews.llvm.org/D88385
More information about the llvm-commits
mailing list