]> granicus.if.org Git - clang/commit
PR4339: make sure to properly extend/trunc the index of a vector element
authorEli Friedman <eli.friedman@gmail.com>
Sat, 6 Jun 2009 19:09:26 +0000 (19:09 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 6 Jun 2009 19:09:26 +0000 (19:09 +0000)
commit61d004a12eba93df9d393c80a6836d20bc0b1be5
treee1b6aa263973dbbdf9a37ef7f0603604b890dd5d
parentdc5a1bdd4c9290eb36e32c20729751c3c47ca61d
PR4339: make sure to properly extend/trunc the index of a vector element
insert/extract; the relevant instructions are defined to take only an
i32.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73005 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
test/CodeGen/vector.c