| commit | 3c8c385a77bbbcadb96cc0f4c65eaded257da6f8 | [log] [tgz] |
|---|---|---|
| author | Sean Fertile <sfertile@ca.ibm.com> | Thu Jan 26 18:59:15 2017 +0000 |
| committer | Sean Fertile <sfertile@ca.ibm.com> | Thu Jan 26 18:59:15 2017 +0000 |
| tree | 345519e6f7ac8b34723a7b3c50902d2511c3da2b | |
| parent | c05c42567e0a2b5e5434cf0879f8795e7c1b2adb [diff] |
[PPC] cleanup of mayLoad/mayStore flags and memory operands.
1) Explicitly sets mayLoad/mayStore property in the tablegen files on load/store
instructions.
2) Updated the flags on a number of intrinsics indicating that they write
memory.
3) Added SDNPMemOperand flags for some target dependent SDNodes so that they
propagate their memory operand
Review: https://reviews.llvm.org/D28818
llvm-svn: 293200