[all-commits] [llvm/llvm-project] 264f5e: [RISCV][GISel] Refactor the load/store action buil...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Oct 31 23:27:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 264f5ec99c2567c2e0ef21a39016318dc2b0da26
https://github.com/llvm/llvm-project/commit/264f5ec99c2567c2e0ef21a39016318dc2b0da26
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
Log Message:
-----------
[RISCV][GISel] Refactor the load/store action builder to prepare for upcoming patch. NFC
Remove redundancy from RV32 by not using sXLen in the legalization
rules. Make s64 conditional on XLen==64 instead.
Preparation for making s64 legal on RV32+D.
More information about the All-commits
mailing list