OSDN Git Service

[IR] Teach the ArrayRef<int> form of IRBuilder::CreateShuffleVector to use ConstantDa...
authorCraig Topper <craig.topper@gmail.com>
Sun, 29 May 2016 02:39:20 +0000 (02:39 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 29 May 2016 02:39:20 +0000 (02:39 +0000)
commit159551729d0f1951d38a1ce3fc61f43268d8dd26
treeea6dfffa4fb5f8cc4ebf92977f572f746f85940d
parent65123b902b7747cefa0ba390711c8f52ab8a9857
[IR] Teach the ArrayRef<int> form of IRBuilder::CreateShuffleVector to use ConstantDataVector.

This will be used in a follow up commit to simplify code in clang that creates a ConstantDataVector and calls the other form.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271164 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Constants.h
include/llvm/IR/IRBuilder.h
lib/IR/Constants.cpp