commit | db16beed8a8fa79554942f206b8077ae2e91195d | [log] [tgz] |
---|---|---|
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Fri Mar 02 20:51:59 2018 +0000 |
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Fri Mar 02 20:51:59 2018 +0000 |
tree | 0829fd50352b62d1fc2297e22f8efc4bb30de564 | |
parent | 8b19be46c770754cbeb4c8990c2cae0773203904 [diff] |
[SystemZ] Allow LRV/STRV with volatile memory accesses The byte-swapping loads and stores do not actually perform multiple accesses to their memory operand, so they are OK to use with volatile memory operands as well. Remove overly cautious check. llvm-svn: 326613