summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/AutoUpgrade.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/IR/AutoUpgrade.cpp')
-rw-r--r--llvm/lib/IR/AutoUpgrade.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/llvm/lib/IR/AutoUpgrade.cpp b/llvm/lib/IR/AutoUpgrade.cpp
index b1c8e74084f..2a69912671e 100644
--- a/llvm/lib/IR/AutoUpgrade.cpp
+++ b/llvm/lib/IR/AutoUpgrade.cpp
@@ -247,14 +247,8 @@ static bool ShouldUpgradeX86Intrinsic(Function *F, StringRef Name) {
Name.startswith("avx2.pblendd.") || // Added in 3.7
Name.startswith("avx.vbroadcastf128") || // Added in 4.0
Name == "avx2.vbroadcasti128" || // Added in 3.7
- Name.startswith("avx512.mask.broadcastf32x4.") || // Added in 6.0
- Name.startswith("avx512.mask.broadcastf64x2.") || // Added in 6.0
- Name.startswith("avx512.mask.broadcasti32x4.") || // Added in 6.0
- Name.startswith("avx512.mask.broadcasti64x2.") || // Added in 6.0
- Name == "avx512.mask.broadcastf32x8.512" || // Added in 6.0
- Name == "avx512.mask.broadcasti32x8.512" || // Added in 6.0
- Name == "avx512.mask.broadcastf64x4.512" || // Added in 6.0
- Name == "avx512.mask.broadcasti64x4.512" || // Added in 6.0
+ Name.startswith("avx512.mask.broadcastf") || // Added in 6.0
+ Name.startswith("avx512.mask.broadcasti") || // Added in 6.0
Name == "xop.vpcmov" || // Added in 3.8
Name == "xop.vpcmov.256" || // Added in 5.0
Name.startswith("avx512.mask.move.s") || // Added in 4.0
OpenPOWER on IntegriCloud