This is an archive of the discontinued LLVM Phabricator instance.

[LSR] Check yet more intrinsic pointer operands
ClosedPublic

Authored by dfukalov on Jun 5 2018, 12:16 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

dfukalov created this revision.Jun 5 2018, 12:16 PM

Also needs tests for memset and memmove

test/Transforms/LoopStrengthReduce/AMDGPU/preserve-addrspace-assert.ll
85 ↗(On Diff #150021)

Missing the mangled part of the name

arsenm added inline comments.Jun 5 2018, 12:27 PM
test/Transforms/LoopStrengthReduce/AMDGPU/preserve-addrspace-assert.ll
85 ↗(On Diff #150021)

Also could use tests to stress different address spaces for source and dest

dfukalov updated this revision to Diff 150327.Jun 7 2018, 7:10 AM

test updated as requested

arsenm accepted this revision.Jun 7 2018, 7:14 AM

LGTM

This revision is now accepted and ready to land.Jun 7 2018, 7:14 AM
This revision was automatically updated to reflect the committed changes.