]> granicus.if.org Git - clang/commit
Turns out the LLVMFoldingBuilder can fold InsertElement. Knowing this, we can get...
authorAnders Carlsson <andersca@mac.com>
Tue, 18 Dec 2007 02:45:33 +0000 (02:45 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 18 Dec 2007 02:45:33 +0000 (02:45 +0000)
commit222d2c8b7886e37ba22f0b25ac7a6552f7cc8492
tree9f9d479b417a4162cd14c046a339a44acddb46b7
parenta56f616744b929aa7115034e7e2f9a0b8df545f6
Turns out the LLVMFoldingBuilder can fold InsertElement. Knowing this, we can get rid of our special casing of constants when creating vectors.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45145 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CGExprScalar.cpp