commit | f3bc5cf730eaa6117a9d494ce61613a3118acd4d | [log] [tgz] |
---|---|---|
author | Mohit Bhakkad <mohit.bhakkad@imgtec.com> | Tue May 31 11:19:03 2016 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Tue May 31 11:19:03 2016 -0700 |
tree | 44915c90dd020a59f2e250555adfc0ec7d71e6ff | |
parent | e160ed9263869cb802f7ab4eadce709413438d95 [diff] |
- This patch implements lowerstore for i32, i64 types for mips32 arch. - InstMIPS32Memory class is added to represent memory related instructions(load/store). I will add remaining load/store instructions if you are okay with this patch. - Changed uncond_br.ll test as it was failing due to hardcoded label no. expected in output. R=jpp@chromium.org, stichnot@chromium.org Review URL: https://codereview.chromium.org/2005823002 . Patch from Mohit Bhakkad <mohit.bhakkad@imgtec.com>.