OSDN Git Service

[X86] Remove broken support for autoupgrading llvm.x86.fma4.* intrinsics to llvm...
authorCraig Topper <craig.topper@gmail.com>
Sat, 5 Nov 2016 04:00:31 +0000 (04:00 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 5 Nov 2016 04:00:31 +0000 (04:00 +0000)
commitcf48862cf8bceabaf707753750a496b241236fc7
treeedb66224a96bb39911b5e3ddf436d00a22b08dcc
parent1ac38d3d1036371c0f1bc6dd0f3a7c8a8dbdd7c5
[X86] Remove broken support for autoupgrading llvm.x86.fma4.* intrinsics to llvm.x86.fma.*.

It currently fires an assert if you even try. Looking back, I don't think it ever worked because it only changed the name of the function object, but not the intrinsic ID stored in it. Given that, I think it can be removed since no one has noticed or complained in the past 4 years.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286031 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/AutoUpgrade.cpp