diff options
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZProcessors.td')
| -rw-r--r-- | llvm/lib/Target/SystemZ/SystemZProcessors.td | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZProcessors.td b/llvm/lib/Target/SystemZ/SystemZProcessors.td index 57c2411b8dcf..4fceaa14c598 100644 --- a/llvm/lib/Target/SystemZ/SystemZProcessors.td +++ b/llvm/lib/Target/SystemZ/SystemZProcessors.td @@ -38,3 +38,5 @@ def : ProcessorModel<"z14", Z14Model, Arch12SupportedFeatures.List>; def : ProcessorModel<"arch13", Z15Model, Arch13SupportedFeatures.List>; def : ProcessorModel<"z15", Z15Model, Arch13SupportedFeatures.List>; +def : ProcessorModel<"arch14", Z15Model, Arch14SupportedFeatures.List>; + |
