This updates fold-addi-loadstore.ll in preparation for D129686 (posting this for reference rather than committing directly as it's not clear we want to go in the D129686 direction). This patch:
- Prepares for having difference prefixes to show altered codegen choices depending on the presence of the compressed extension
- Adds a new test case for accessing multiple offsets of an array
I think this case is interesting and should land. I'd encourage you to add a case with a larger alignment on the global (or maybe just the load?) to show that if we have alignment info, we can optimize the codegen.