This prevents Constant Hoisting from pulling the constant out of the block, allowing
us to still produce LDRH/UXTH nodes. LDRB/UXTB (255) is already cheap by the
default getIntImmCost, but I've added it for clarity.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM