mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-01 00:02:37 +00:00
Add a LoadUB (unsigned byte) and LoadUI (unsigned int) opcode class so we have these load optimizations in the first place and do not need to handle them in the matcher. Reviewed-by: never, kvn