[PATCH] D30529: [RFC][GlobalISel] Enable legalizing non-power-of-2 sized types.
Kristof Beyls via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 25 12:46:11 PDT 2017
kristof.beyls added a comment.
In https://reviews.llvm.org/D30529#880298, @qcolombet wrote:
> Hi Kristof,
>
> I was under the impression that the patch is good to land, at least as a first step.
> What are we missing to push this change?
>
> Cheers,
> -Quentin
Hi Quentin,
This should indeed not need much more work to land. I just need to find a bit of time to:
- rebase to ToT.
- address the few minor remarks made by Tim during review, which shouldn't be hard.
- do some basic correctness testing and ideally compile time impact on the test-suite.
I've been hoping to push on with the above for a little while now, but have failed so far with more urgent stuff popping up all the time....
I hope to make progress on this this week....
Thanks,
Kristof
https://reviews.llvm.org/D30529
More information about the llvm-commits
mailing list