G_FCONSTANT support, port the implementation from X86FastIsel.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86InstructionSelector.cpp | ||
---|---|---|
1204 ↗ | (On Diff #114787) | should it be "const LLT&" ? |
1224 ↗ | (On Diff #114787) | Does the Large CM mean that the target is 64 bit? Please add "assert" here. |
1250 ↗ | (On Diff #114787) | I do not really understand what happens if you exit here. Could you, please, add some comments? |
Comment Actions
fix according to comments.
32bit PIC mode not supported yet.
Thanks for the review!
lib/Target/X86/X86InstructionSelector.cpp | ||
---|---|---|
1220 ↗ | (On Diff #114828) | Yes , in 32bit mode. |