]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()
authorRichard Osborne <richard@xmos.com>
Mon, 7 Nov 2011 17:09:05 +0000 (17:09 +0000)
committerRichard Osborne <richard@xmos.com>
Mon, 7 Nov 2011 17:09:05 +0000 (17:09 +0000)
commit19a4daff9bbe18dab2620e25ac6cbf0635639ec6
tree05118455ac2ba25aeb1d8950f99582209cc31cec
parent76a4e1a0682c8e855f8b7c0a05d802dce8c07d7a
Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV()
and TargetLowering::BuildUDIV(). Fixes PR11283

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143964 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp