aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/StringRef.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-04-22 18:15:59 +0000
committerCraig Topper <craig.topper@gmail.com>2012-04-22 18:15:59 +0000
commitad56a744f1aae658152f2b0ae3fd981b02ce2d96 (patch)
tree1cb0004082e21cf5e51202e8655e49a806ce3519 /llvm/lib/Support/StringRef.cpp
parent1e762442c75a430a80b2804eb982936b7d8eb3b9 (diff)
downloadllvm-ad56a744f1aae658152f2b0ae3fd981b02ce2d96.zip
llvm-ad56a744f1aae658152f2b0ae3fd981b02ce2d96.tar.gz
llvm-ad56a744f1aae658152f2b0ae3fd981b02ce2d96.tar.bz2
Simplify code by converting multiple places that were manually concatenating 128-bit vectors to use either CONCAT_VECTORS or a helper function. CONCAT_VECTORS will itself be lowered to the same pattern as before. The helper function is needed for concats of BUILD_VECTORs since getNode(CONCAT_VECTORS) will just return a large BUILD_VECTOR and we may be trying to lower large BUILD_VECTORS when this occurs.
llvm-svn: 155318
Diffstat (limited to 'llvm/lib/Support/StringRef.cpp')
0 files changed, 0 insertions, 0 deletions