commit | 49114e7d6e39e2972c01e201d2db33673e5bc2bc | [log] [tgz] |
---|---|---|
author | Kang Zhang <shkzhang@cn.ibm.com> | Mon Dec 03 03:32:57 2018 +0000 |
committer | Kang Zhang <shkzhang@cn.ibm.com> | Mon Dec 03 03:32:57 2018 +0000 |
tree | d02d805d0bae91bca5f04f6df357e0fd5df4a1d7 | |
parent | e28eceb434ca0d3d032bb6de141f3173a514b427 [diff] |
[PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instruction Summary: There are 4 instructions which have Inconsistent ImmMustBeMultipleOf in the function PPCInstrInfo::instrHasImmForm, they are LFS, LFD, STFS, STFD. These four instructions should set the ImmMustBeMultipleOf to 1 instead of 4. Reviewed By: steven.zhang Differential Revision: https://reviews.llvm.org/D54738 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@348109 91177308-0d34-0410-b5e6-96231b3b80d8