[all-commits] [llvm/llvm-project] 3a0205: [RISCV] Use make_range instead of iterator_range f...
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Dec 13 11:18:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a020527c2af10741b12e756de45bd6f774885a4
https://github.com/llvm/llvm-project/commit/3a020527c2af10741b12e756de45bd6f774885a4
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
Log Message:
-----------
[RISCV] Use make_range instead of iterator_range for code from 8e6c3094
Jordan fixed this once in 4f9d069, but using make_range is more idiomatic than my accidental iterator_range usage, even with the template type to fix the warning.
More information about the All-commits
mailing list