commit | 57e55e3cd26a2c542d9bf9a5dc22513d33dabcf1 | [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 | 66416e644518693f2e46768f68d942727251a5b6 | |
parent | b19b37f8f016df29dbae24f62e7fd4e47143c59b [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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340722 91177308-0d34-0410-b5e6-96231b3b80d8