[llvm] r245119 - Fix a crash where a utility function wasn't aware of fcmp vectors and created a value with the wrong type. Fixes PR24458!

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 15:47:10 PDT 2015


On Fri, Aug 14, 2015 at 3:46 PM, Nick Lewycky via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: nicholas
> Date: Fri Aug 14 17:46:49 2015
> New Revision: 245119
>
> URL: http://llvm.org/viewvc/llvm-project?rev=245119&view=rev
> Log:
> Fix a crash where a utility function wasn't aware of fcmp vectors and created a value with the wrong type. Fixes PR24458!
>
> Modified:
>     llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
>     llvm/trunk/test/Transforms/InstCombine/vector-casts.ll

Should we merge this to 3.7?


More information about the llvm-commits mailing list