forked from OSchip/llvm-project
a6178a179d
Summary: Some target intrinsics can access multiple elements, using the pointer as a base address (e.g. AArch64 ld4). When trying to CSE such instructions, it must be checked the available value comes from a compatible instruction because the pointer is not enough to discriminate whether the value is correct. Reviewers: ssijaric Subscribers: mcrosier, llvm-commits, aemerson Differential Revision: http://reviews.llvm.org/D13475 llvm-svn: 249523 |
||
---|---|---|
.. | ||
AArch64 | ||
basic.ll | ||
commute.ll | ||
conditional.ll | ||
edge.ll | ||
fence.ll | ||
floatingpoint.ll | ||
instsimplify-dom.ll | ||
read-reg.ll |