This changes ISel so that it will not use any heuristics to promote 16 bit loads into 32 bit loads.
If these promotions are useful, the FixupBWInst pass late in the X86 CodeGen will take care of it.
Details
Details
- Reviewers
spatel DavidKreitzer - Commits
- rL267773: [X86]: Quit promoting 16 bit loads to 32 bit.
Diff Detail
Diff Detail
- Repository
- rL LLVM