[llvm-commits] [llvm] r133756 - in /llvm/trunk: lib/Transforms/InstCombine/InstCombineSelect.cpp test/Transforms/InstCombine/select-crash.ll

Eli Friedman eli.friedman at gmail.com
Fri Jun 24 17:05:46 PDT 2011


On Fri, Jun 24, 2011 at 12:58 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Eli,
>
>> PR10180: Fix a instcombine crash with FP vectors.
>
> maybe it would be better if the IRBuilder got a CreateAnyAdd method that
> handles both fp and integers.

Hmm... I think it's better to be explicit here; the two kinds of
addition are only very loosely related.

-Eli



More information about the llvm-commits mailing list