commit | 93e58d239667294e3699ff9b6aaa2ec0353b82fb | [log] [tgz] |
---|---|---|
author | Amara Emerson <aemerson@apple.com> | Sat Apr 13 00:33:25 2019 +0000 |
committer | Amara Emerson <aemerson@apple.com> | Sat Apr 13 00:33:25 2019 +0000 |
tree | 7d4a2129edc3bd99c763982ff68272aa46ffc46b | |
parent | 4614cc3dfd2b735ff9292c7867910219d509d970 [diff] |
[AArch64][GlobalISel] Enable copy elision in the pre-legalizer combine and fix a crash. This enables the simple copy combine that already exists in the CombinerHelper. However, it exposed a bug in the GISelChangeObserver where it wouldn't clear a set of MIs to process, and so would end up causing a crash when deleted MIs were being added to the combiner worklist again. Differential Revision: https://reviews.llvm.org/D60579 llvm-svn: 358318