| commit | 5e6c361bc068a8b4997891dbfa74d08b52fb5458 | [log] [tgz] |
|---|---|---|
| author | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | Thu Dec 13 06:34:11 2012 +0000 |
| committer | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | Thu Dec 13 06:34:11 2012 +0000 |
| tree | 08b1065e128353f4902d04695a7fca717510dcad | |
| parent | 07bb3925b019869b4e00dcee2070a5bbc5639b77 [diff] |
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. Accordingly, add helper funtions getSimpleValueType (in parallel to getValueType) in SDValue, SDNode, and TargetLowering. This is the first, in a series of patches. This is the second attempt. In the first attempt (r169837), a few getSimpleVT() were hoisted too far, detected by bootstrap failures. llvm-svn: 170104