[PATCH] D21180: [IPRA] Interprocedural Register Allocation - Transformation Pass

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 09:06:23 PDT 2016


mehdi_amini added a comment.

I don't know why the pass is still X86 specific, I thought our conclusion before splitting the patch was that it is not and should be a generic pass?

The only reason it is X86 was that we thought we would have to handle calls in a target specific way, but it turned out we should be able to get away with that.


http://reviews.llvm.org/D21180





More information about the llvm-commits mailing list