[all-commits] [llvm/llvm-project] 025c92: [RISCV] Replace multiple ifs with a switch. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Jan 30 09:54:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 025c92077d39c3da9db68d13cc1763a7ed22a522
https://github.com/llvm/llvm-project/commit/025c92077d39c3da9db68d13cc1763a7ed22a522
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
Log Message:
-----------
[RISCV] Replace multiple ifs with a switch. NFC
D108961 will add more instructions to this.
More information about the All-commits
mailing list