8279508: Auto-vectorize Math.round API

Reviewed-by: sviswanathan, aph
This commit is contained in:
Jatin Bhateja 2022-04-02 18:00:33 +00:00
parent c1e67b6603
commit 003ec21f3c
25 changed files with 765 additions and 90 deletions

View file

@ -4239,6 +4239,7 @@ bool MatchRule::is_vector() const {
"FmaVD","FmaVF","PopCountVI", "PopCountVL", "VectorLongToMask",
// Next are vector mask ops.
"MaskAll", "AndVMask", "OrVMask", "XorVMask", "VectorMaskCast",
"RoundVF", "RoundVD",
// Next are not supported currently.
"PackB","PackS","PackI","PackL","PackF","PackD","Pack2L","Pack2D",
"ExtractB","ExtractUB","ExtractC","ExtractS","ExtractI","ExtractL","ExtractF","ExtractD"