diff options
author | Sam Parker <sam.parker@arm.com> | 2019-12-03 11:00:32 +0000 |
---|---|---|
committer | Sam Parker <sam.parker@arm.com> | 2019-12-03 11:12:52 +0000 |
commit | bc76dadb3cf16c38564ccb1cc54206279b7c54bc (patch) | |
tree | aa658ba4e9a072f4be6297f7f6b8ff715b0d584e /lldb/packages/Python/lldbsuite/test | |
parent | 6713670b17324b81cc457f3a37dbc8c1ee229b88 (diff) | |
download | bcm5719-llvm-bc76dadb3cf16c38564ccb1cc54206279b7c54bc.tar.gz bcm5719-llvm-bc76dadb3cf16c38564ccb1cc54206279b7c54bc.zip |
[CodeGen] Move ARMCodegenPrepare to TypePromotion
Convert ARMCodeGenPrepare into a generic type promotion pass by:
- Removing the insertion of arm specific intrinsics to handle narrow
types as we weren't using this.
- Removing ARMSubtarget references.
- Now query a generic TLI object to know which types should be
promoted and what they should be promoted to.
- Move all codegen tests into Transforms folder and testing using opt
and not llc, which is how they should have been written in the
first place...
The pass searches up from icmp operands in an attempt to safely
promote types so we can avoid generating unnecessary unsigned extends
during DAG ISel.
Differential Revision: https://reviews.llvm.org/D69556
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions