Nondescript names (eg: suffix, n, o) and ambiguous names (eg: eew, lmul in the presence of both data and index EEWs and LMULs) are replaced.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/RISCVInstrInfoV.td | ||
---|---|---|
117–118 | Should this string be emul instead of lmul? | |
122–124 | Should this string be emul instead of lmul? | |
130 | Should this string be emul instead of lmul? | |
150–151 | Should this string be emul instead of lmul? | |
154–156 | Should this string be emul instead of lmul? | |
159–160 | Should this string be emul instead of lmul? | |
164–165 | Should this string be emul instead of lmul? | |
168–170 | Should this string be emul instead of lmul? | |
174–176 | Should this string be emul instead of lmul? | |
178–181 | Should this string be emul instead of lmul? |
Please write a description. It will end up the commit log.
llvm/lib/Target/RISCV/RISCVInstrInfoV.td | ||
---|---|---|
117–118 | Yes | |
122–124 | Yes | |
130 | Yes | |
150–151 | Yes | |
154–156 | Yes | |
159–160 | Yes | |
164–165 | Yes | |
168–170 | Yes | |
174–176 | Yes | |
178–181 | Yes | |
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td | ||
1733 | Use EMUL instead LMUL in this class. | |
1734 | Rename octuple_lmul and octuple_emul to clarify one belongs to data and one belongs to index. | |
1808 | Use EMUL instead of LMUL. Rename the octuple variables | |
3759 | Same here | |
3830 | And here |
Should this string be emul instead of lmul?