Craig Topper
2a1100cd65
[RISCV] Shrink the size of the RISCVMatInt::Inst.
...
We don't need to store a full 64-bit immediate. The largest value
used by any opcode is 20 bits.
Using an int32_t shrinks the struct from 16 bytes to 8 bytes and
reduces the size of the SmallVector that we use to store sequences
by 64 bytes.
2022-12-07 16:38:39 -08:00
..
2022-12-07 15:32:49 +01:00
2022-12-05 04:13:11 +00:00
2022-12-06 20:09:56 -08:00
2022-12-07 15:27:38 -08:00
2022-12-07 15:27:38 -08:00
2022-12-07 21:40:34 +01:00
2022-12-07 13:14:23 -08:00
2022-12-04 09:11:11 +00:00
2022-10-17 04:23:16 -07:00
2022-12-05 00:09:22 +00:00
2022-12-07 13:14:23 -08:00
2022-12-07 08:26:38 -08:00
2022-12-05 04:30:54 +00:00
2022-12-04 11:52:02 -06:00
2022-12-02 21:11:44 -08:00
2022-12-06 12:49:32 -08:00
2022-12-07 18:29:18 +00:00
2022-11-18 08:58:31 +00:00
2022-12-07 08:47:25 -08:00
2022-12-05 23:50:04 -08:00
2022-11-28 16:47:20 -08:00
2022-12-06 09:56:14 -08:00
2022-12-07 14:54:03 +00:00
2022-11-18 09:55:15 -08:00
2022-12-05 18:05:22 -08:00
2022-12-07 14:54:03 +00:00
2022-12-06 22:50:09 -08:00
2022-12-07 17:29:53 +01:00
2022-12-06 22:34:50 -08:00
2022-12-06 12:49:32 -08:00
2022-12-07 15:27:38 -08:00
2022-12-06 22:45:17 -08:00
2022-12-06 20:14:51 -08:00
2022-12-07 16:38:39 -08:00
2022-12-02 22:10:37 -08:00
2022-09-19 15:08:29 -07:00
2022-12-06 09:56:14 -08:00
2022-12-07 15:39:07 -08:00
2022-12-06 09:56:14 -08:00
2022-12-06 20:14:51 -08:00
2022-11-18 01:47:56 +00:00