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 | Should this string be emul instead of lmul? | |
122 | Should this string be emul instead of lmul? | |
130 | Should this string be emul instead of lmul? | |
150 | Should this string be emul instead of lmul? | |
154 | Should this string be emul instead of lmul? | |
159 | Should this string be emul instead of lmul? | |
164 | Should this string be emul instead of lmul? | |
168 | Should this string be emul instead of lmul? | |
174 | Should this string be emul instead of lmul? | |
178 | 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 | Yes | |
122 | Yes | |
130 | Yes | |
150 | Yes | |
154 | Yes | |
159 | Yes | |
164 | Yes | |
168 | Yes | |
174 | Yes | |
178 | 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?