"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bfc77176d58bbc4b5196e07c7e6f428395548921"
[MemorySSA] Extend allowed behavior for simplified instructions.
Summary: LoopRotate may simplify instructions, leading to the new instructions not having memory accesses created for them. Allow this behavior, by allowing the new access to be null when the template is null, and looking upwards for the proper defined access when dealing with simplified instructions. Reviewers: george.burgess.iv Subscribers: jlebar, Prazek, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D65338 llvm-svn: 367352
Loading
Please register or sign in to comment