[PATCH] D147479: [M68k] Add subtarget features for M68881/2 FPU
Sheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 5 18:46:50 PDT 2023
0x59616e added inline comments.
================
Comment at: llvm/lib/Target/M68k/M68k.td:47
+ "Is M68882 (FPU) ISA supported",
+ [ FeatureISA881]>;
+
----------------
nit: need a space to align with the current style.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147479/new/
https://reviews.llvm.org/D147479
More information about the llvm-commits
mailing list