[RISCV][GlobalISel] Select G_ICMP, G_LOAD, G_STORE, G_ZEXTLOAD (#67619)
We use tablegen patterns to select for G_ICMP. There are existing SelectionDAG patterns for selecting G_LOAD, G_STORE and G_ZEXTLOAD with XLenVT type data. We introduce GIAddrRegImm to successfully import those patterns. For pointer and i32 loads and stores, we introduce new patterns, since these are not legal types in SelectionDAG.
Loading
Please sign in to comment