[all-commits] [llvm/llvm-project] 00d623: [RISCV][GISel] Don't create generic virtual regist...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Jan 16 22:23:10 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00d6232d6b331f7d82823c508684be81239a2897
https://github.com/llvm/llvm-project/commit/00d6232d6b331f7d82823c508684be81239a2897
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp
Log Message:
-----------
[RISCV][GISel] Don't create generic virtual registers in selectSHXADDOp/selectSHXADD_UWOp. (#78396)
Since we're creating target specific instructions, I think we should be
creating registers with the GPR register class.
More information about the All-commits
mailing list