1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Transforms/NaryReassociate/NVPTX
Jingyue Wu 6c0c800317 [NaryReassociate] allow candidate to have a different type
Summary:
If Candiadte may have a different type from GEP, we should bitcast or
pointer cast it to GEP's type so that the later RAUW doesn't complain.

Added a test in nary-gep.ll

Reviewers: tra, meheff

Subscribers: mcrosier, llvm-commits, jholewinski

Differential Revision: http://reviews.llvm.org/D15618

llvm-svn: 256035
2015-12-18 21:36:30 +00:00
..
lit.local.cfg Resurrect r235688 2015-04-24 04:22:39 +00:00
nary-gep.ll [NaryReassociate] allow candidate to have a different type 2015-12-18 21:36:30 +00:00
nary-slsr.ll Resurrect r235688 2015-04-24 04:22:39 +00:00