Implement some of the simplest addressing modes.It should help to test ABI.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86InstructionSelector.cpp | ||
---|---|---|
376 ↗ | (On Diff #101386) | Should we exit when optimizations are disabled? |
Comment Actions
LGTM
lib/Target/X86/X86InstructionSelector.cpp | ||
---|---|---|
376 ↗ | (On Diff #101386) | I think it is reasonable to always try to fold the address calculation. |