[LLVMdev] Support Multiple Reg Classes for an MVT type

APaschos aytias69 at yahoo.gr
Tue Dec 4 07:46:20 PST 2012


I am using two register classes for the same MVT type (f32).
What I want is to use the appropriate target instruction, depending on the
register class (since the MVT type is the same).
What is actually happening is that the target calls always the first of the
two patterns I've written and legalizes its operands, switching them from
the one class to the other.
Is there any pattern that decides the instruction based on the register
class?
If not, where should I implement such behaviour?

Thanks,
Andrew

[probably remove previous post out of llvm-dev. dont know how]



--
View this message in context: http://llvm.1065342.n5.nabble.com/Support-Multiple-Reg-Classes-for-an-MVT-type-tp52235.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.



More information about the llvm-dev mailing list