Add a missing check for a type of address displacement operand of the load/store instruction being a candidate for LEA substitution.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Just one comment, please use a more descriptive name for the filename than the pr number.
Thanks,
-Quentin
test/CodeGen/X86/pr26575.ll | ||
---|---|---|
16 ↗ | (On Diff #47967) | Check that the generated code looks reasonable. |
Comment Actions
Thanks for the review. The test's name was changed and sanity checks were added before the commit.