diff options
author | Tony Jiang <jtony@ca.ibm.com> | 2017-12-11 20:42:37 +0000 |
---|---|---|
committer | Tony Jiang <jtony@ca.ibm.com> | 2017-12-11 20:42:37 +0000 |
commit | 3b49dc548fd25b4b8aa3d4a90bd05f5d596abeb1 (patch) | |
tree | 6c71ac38742e62dc645b8831bf8c8585dd321efc /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | |
parent | b608076e56d2e7b1c4a4d67c4451e6d5b7a3b01a (diff) | |
download | bcm5719-llvm-3b49dc548fd25b4b8aa3d4a90bd05f5d596abeb1.tar.gz bcm5719-llvm-3b49dc548fd25b4b8aa3d4a90bd05f5d596abeb1.zip |
[PowerPC] Partially enable the ISEL expansion pass.
The pass to expand ISEL instructions into if-then-else sequences in patch D23630
is currently disabled. This patch partially enable it by always removing the
unnecessary ISELs (all registers used by the ISELs are the same one) and folding
the ISELs which have the same input registers into unconditional copies.
Differential Revision: https://reviews.llvm.org/D40497
llvm-svn: 320414
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions