diff options
author | Petar Avramovic <Petar.Avramovic@rt-rk.com> | 2019-01-24 10:09:52 +0000 |
---|---|---|
committer | Petar Avramovic <Petar.Avramovic@rt-rk.com> | 2019-01-24 10:09:52 +0000 |
commit | b5a939d24653183947d5261f49609cc7c9ed1873 (patch) | |
tree | ccbfecaf83b3c9c7516b2803497b65326ec19180 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | a6982414edf315c39ae93f3c3322476217119e99 (diff) | |
download | llvm-b5a939d24653183947d5261f49609cc7c9ed1873.zip llvm-b5a939d24653183947d5261f49609cc7c9ed1873.tar.gz llvm-b5a939d24653183947d5261f49609cc7c9ed1873.tar.bz2 |
[MIPS GlobalISel] Combine extending loads
Use CombinerHelper to combine extending load instructions.
G_LOAD combined with G_ZEXT, G_SEXT or G_ANYEXT gives G_ZEXTLOAD,
G_SEXTLOAD or G_LOAD with same type as def of extending instruction
respectively.
Similarly G_ZEXTLOAD combined with G_ZEXT gives G_ZEXTLOAD and
G_SEXTLOAD combined with G_SEXT gives G_SEXTLOAD with same type
as def of extending instruction.
Differential Revision: https://reviews.llvm.org/D56914
llvm-svn: 352037
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions