Change the codegen Cost Model API for shuffeles. This patch removes the API for broad...
authorNadav Rotem <nrotem@apple.com>
Mon, 24 Dec 2012 08:57:47 +0000 (08:57 +0000)
committerNadav Rotem <nrotem@apple.com>
Mon, 24 Dec 2012 08:57:47 +0000 (08:57 +0000)
commitdaf7b5c8f2889ddb923544565f07518d504aa574
tree90a68a445b4fc9804160e769d7f61c00cbfc5cc7
parent3a19999413b18304d1a00cbdbe73fc43ea9cb75f
Change the codegen Cost Model API for shuffeles. This patch removes the API for broadcast and adds a more general API that accepts an enum of known shuffles.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171022 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetTransformImpl.h
include/llvm/TargetTransformInfo.h
lib/Target/TargetTransformImpl.cpp