[all-commits] [llvm/llvm-project] b6b30c: [RISCV] Simplify some code in SELECT_CC combine. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Dec 20 21:38:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6b30cb291ffd6276c1e95d766b7ddfd2fc91493
https://github.com/llvm/llvm-project/commit/b6b30cb291ffd6276c1e95d766b7ddfd2fc91493
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Simplify some code in SELECT_CC combine. NFC
An integer SELECT_CC should have all XLenVT operands, we don't
need to handle other cases.
More information about the All-commits
mailing list