diff options
author | Sanjay Patel <spatel@rotateright.com> | 2019-10-06 13:08:08 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2019-10-06 13:08:08 +0000 |
commit | c38881a6b7f9c1315c2d87654b9462195e409881 (patch) | |
tree | 70fe5a5e58ae5653e1ddd50999b640abd5e3ba02 /llvm/lib/Transforms/Scalar/LoopRotation.cpp | |
parent | 032dd9b086c77eb330453063135530cb7321ecbd (diff) | |
download | bcm5719-llvm-c38881a6b7f9c1315c2d87654b9462195e409881.tar.gz bcm5719-llvm-c38881a6b7f9c1315c2d87654b9462195e409881.zip |
[InstCombine] don't assume 'inbounds' for bitcast pointer to GEP transform (PR43501)
https://bugs.llvm.org/show_bug.cgi?id=43501
We can't declare a GEP 'inbounds' in general. But we may salvage that information if
we have known dereferenceable bytes on the source pointer.
Differential Revision: https://reviews.llvm.org/D68244
llvm-svn: 373847
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopRotation.cpp')
0 files changed, 0 insertions, 0 deletions