[PATCH] D29933: [RISCV 11/n] Initial codegen support for ALU operations

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 14 07:14:32 PST 2017


kparzysz added a comment.

Hi Alex.  Yes, that work is still ongoing.  I had to rewrite the type inference from scratch in CodeGenDAGPatterns.cpp and that part works, at least in the sense of preserving the existing behavior (i.e. for patterns that do not use variable classes).  What's left is to change the TargetRegisterClass structure and the register info emitter.  This is taking time since now it has a much wider scope than it had in the first approximation.


https://reviews.llvm.org/D29933





More information about the llvm-commits mailing list