search for: build_vec

Displaying 1 result from an estimated 1 matches for "build_vec".

Did you mean: build_gcc
2012 Oct 23
0
[LLVMdev] [PATCH] Add custom UINT_TO_FP lowering from v2i32 to v2f32 in 32-bit mode
Hi As 32-bit mode doesn't have 64-bit GPR, the sequence converting v2i32 to v2f32 is quite inefficient in 32-bit mode. This patch adds the custom lowering in 32-bit mode. In addition, it teaches DAG combine to transform (build_vec (Xint2fp x) (Xint2fp y) ..) to (Xint2fp (build_vec x y)) to reduce the strength on FP conversion unit. Thanks for your review Yours - Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Add-folding-from-buildvec-Xint2fp-to-Xint2fp-buildve.patch Type:...