These cases follows the same pattern,add a function to do it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
|---|---|---|
| 6288–6297 | Would a helper function be better? | |
| llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
|---|---|---|
| 5760 | I think "Intrinsic" is typically shortened to either "Intrin" or "Intr". I don't recall seeing "Intri" anywhere. | |
Comment Actions
modify Intri to Intr
| llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
|---|---|---|
| 5760 | Thanks, I will modify it and pay more attention | |
Comment Actions
LGTM with that one comment
| llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
|---|---|---|
| 5779 | This line needs to be reformatted to decrease indentation after the rename. | |
| llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
|---|---|---|
| 5779 | I will correct that format issue when help him commiting. | |
I think "Intrinsic" is typically shortened to either "Intrin" or "Intr". I don't recall seeing "Intri" anywhere.