summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InterferenceCache.h
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2019-02-04 19:15:50 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2019-02-04 19:15:50 +0000
commit8121ec26c0be6fbcdbd30e35dacefe4f5d7c1e65 (patch)
treef393c6c8ca48095b6331f9b4da6f0ddf8b51db1e /llvm/lib/CodeGen/InterferenceCache.h
parenta1cc4ea7bb1a527917f4be87475e5931d034a4ca (diff)
downloadbcm5719-llvm-8121ec26c0be6fbcdbd30e35dacefe4f5d7c1e65.tar.gz
bcm5719-llvm-8121ec26c0be6fbcdbd30e35dacefe4f5d7c1e65.zip
GlobalISel: Fix CSE handling of buildConstant
This fixes two problems with CSE done in buildConstant. First, this would hit an assert when used with a vector result type. Solve this by allowing CSE on the vector elements, but not on the result vector for now. Second, this was also performing the CSE based on the input ConstantInt pointer. The underlying buildConstant could potentially convert the constant depending on the result type, giving in a different ConstantInt*. Stop allowing the APInt and ConstantInt forms from automatically casting to the result type to avoid any similar problems in the future. llvm-svn: 353077
Diffstat (limited to 'llvm/lib/CodeGen/InterferenceCache.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud