llvm-6502/include
2008-02-18 23:04:32 +00:00
..
llvm - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should check if it's essentially a SCALAR_TO_VECTOR. Avoid turning (v8i16) <10, u, u, u> to <10, 0, u, u, u, u, u, u>. Instead, simply convert it to a SCALAR_TO_VECTOR of the proper type. 2008-02-18 23:04:32 +00:00
llvm-c Fixing a bug creating floating point constants of type other 2008-02-02 01:07:50 +00:00