[PATCH] D88389: [M68k] (Patch 3/8) Basic infrastructures and target description files
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 17:00:52 PST 2020
myhsu added inline comments.
================
Comment at: llvm/lib/Target/M68k/M68k.td:38
+ : SubtargetFeature<"x40", "SubtargetKind", "M40", "Is M68040 ISA supported",
+ [ FeatureISAx30 ]>;
+
----------------
RKSimon wrote:
> 68060 support?
Good call. We haven't supported it yet but it's in our backlog
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88389/new/
https://reviews.llvm.org/D88389
More information about the llvm-commits
mailing list