Support G_FPEXT operation. Selection done via TableGen'erated code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86RegisterBankInfo.cpp | ||
---|---|---|
196 ↗ | (On Diff #104665) | move comment up + update it? consider moving the switch to a helper getInstrPartialMappingIdxs(MI, MRI, isFP(Opc), OpRegBankIdx); |
lib/Target/X86/X86RegisterBankInfo.cpp | ||
---|---|---|
196 ↗ | (On Diff #104665) | For now i prefer not to move the logic to help function. |