commit | fe282170487a7f021aca0af774091fcdf9a9c41b | [log] [tgz] |
---|---|---|
author | Roger Ferrer Ibanez <rofirrim@gmail.com> | Mon Aug 27 07:08:18 2018 +0000 |
committer | Roger Ferrer Ibanez <rofirrim@gmail.com> | Mon Aug 27 07:08:18 2018 +0000 |
tree | 2accb9b429d051141db3f42cd1404130f488bb5f | |
parent | be4a54940e01358103887c1a1271d9797e279af8 [diff] |
[RISCV] atomic_store_nn have a different layout to regular store We cannot directy reuse the patterns of StPat because for some reason the store DAG node and the atomic_store_nn DAG nodes put the ptr and the value in different positions. Currently we attempt to store the address to an address formed by the value. Differential Revision: https://reviews.llvm.org/D51217 llvm-svn: 340722