commit | aa0a4bd05b4e99b6f749112604bb942d42988814 | [log] [tgz] |
---|---|---|
author | Dan Gohman <dan433584@gmail.com> | Mon Nov 23 19:30:43 2015 +0000 |
committer | Dan Gohman <dan433584@gmail.com> | Mon Nov 23 19:30:43 2015 +0000 |
tree | c57861e9d550298d358fb0a0523b14f111c2e387 | |
parent | 941ad901462adf558966847041f79cd7af70ebf8 [diff] |
[WebAssembly] Don't use set_local instructions explicitly. The current approach to using get_local and set_local is to use them implicitly, as register uses and defs. Introduce new copy instructions which are themselves no-ops except for the get_local and set_local that they imply, so that we use get_local and set_local consistently. llvm-svn: 253905