[PATCH] D70794: [GlobalISel] Fix compiler crash lowering G_LOAD in AArch64.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 19:41:03 PST 2019


aemerson added a comment.

In D70794#1768237 <https://reviews.llvm.org/D70794#1768237>, @drodriguez wrote:

> @aemerson: Thank you very much for accepting. I think I reduced the test case correctly. I needed to use the result of the G_LOAD, or the code was not being generated with the necessary G_TRUNC. I didn't imagine that it was as easy as returning the result. I hope the new test is better than the last.
>
> Also, I don't have permission to merge, what's the next step for me to do? Thanks.


I can commit it for you later, after a few patches you can request commit access for yourself.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70794/new/

https://reviews.llvm.org/D70794





More information about the llvm-commits mailing list