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 | ||
---|---|---|
6381 | Would a helper function be better? |
llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
---|---|---|
5814 | 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 | ||
---|---|---|
5814 | Thanks, I will modify it and pay more attention |
Comment Actions
LGTM with that one comment
llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
---|---|---|
5833 | This line needs to be reformatted to decrease indentation after the rename. |
llvm/lib/Target/RISCV/RISCVISelLowering.cpp | ||
---|---|---|
5833 | 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.