Skip to content

Commit 82b0a26

Browse files
koachanIanWood1
authored andcommitted
[SPARC] Mark Niagara3 as VIS3-capable
From SPARC T3 Supplement to the UltraSPARC Architecture 2007 Specification: > T3 SPARC core has a new 9 stage floating point pipeline and added Fused > Multiply-Add (FMADD) instruction and VIS 3.0 Instructions compared to > UltraSPARC T2/T2+. Reviewers: rorth, s-barannikov, brad0 Reviewed By: s-barannikov Pull Request: llvm#138399
1 parent 88e726b commit 82b0a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/Sparc/Sparc.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def : Proc<"niagara", [FeatureV9, FeatureV8Deprecated, FeatureVIS,
156156
def : Proc<"niagara2", [FeatureV9, FeatureV8Deprecated, UsePopc,
157157
FeatureVIS, FeatureVIS2]>;
158158
def : Proc<"niagara3", [FeatureV9, FeatureV8Deprecated, UsePopc,
159-
FeatureVIS, FeatureVIS2]>;
159+
FeatureVIS, FeatureVIS2, FeatureVIS3]>;
160160
def : Proc<"niagara4", [FeatureV9, FeatureV8Deprecated, UsePopc,
161161
FeatureVIS, FeatureVIS2, FeatureVIS3]>;
162162

0 commit comments

Comments
 (0)