[all-commits] [llvm/llvm-project] f118c8: [RISCV] Remove unnecessary setOperationAction for ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Jul 5 17:36:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f118c882fe2f2548b814492aa4e51ef29aa29739
https://github.com/llvm/llvm-project/commit/f118c882fe2f2548b814492aa4e51ef29aa29739
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Remove unnecessary setOperationAction for ISD::SELECT_CC for fixed vectors. NFC
We already looped through all builtin operations and marked them as
Expand. We don't need to do it to SELECT_CC again.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list