[all-commits] [llvm/llvm-project] b08315: [RISCV] Don't call combineROTR_ROTL_RORW_ROLW for ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Feb 28 11:06:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b083157b7be529cce9ba14c46545c70d6e10882b
https://github.com/llvm/llvm-project/commit/b083157b7be529cce9ba14c46545c70d6e10882b
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Don't call combineROTR_ROTL_RORW_ROLW for SLLW/SRLW/SRAW nodes. NFC
I think the function does the correct thing internally, but it's
confusing to read.
More information about the All-commits
mailing list