diff options
author | Alex MacLean <amaclean@nvidia.com> | 2025-07-30 13:31:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-30 13:31:31 -0700 |
commit | 11f52ec4d1a3b3172cee06d78857a9d5231f68b7 (patch) | |
tree | 91cd8b0643ccaa68e7d2b2300dfb0164534f223e /clang/unittests/Serialization/ModuleCacheTest.cpp | |
parent | 729b0d1b61ec581a86eb87f662a6a38f25a510aa (diff) | |
download | llvm-11f52ec4d1a3b3172cee06d78857a9d5231f68b7.zip llvm-11f52ec4d1a3b3172cee06d78857a9d5231f68b7.tar.gz llvm-11f52ec4d1a3b3172cee06d78857a9d5231f68b7.tar.bz2 |
[NVPTX] Mark callseq insts as reading and writing memory (#151376)
In order to prevent the st.param and ld.param instructions which store
parameters and load return values from being sunk or hoisted out of a
call sequence, mark the callseq start and end nodes as reading and
writing memory.
Fixes #151329
Diffstat (limited to 'clang/unittests/Serialization/ModuleCacheTest.cpp')
0 files changed, 0 insertions, 0 deletions