[llvm] [RISCV][GlobalISel] Legalize Scalable Vector Loads and Stores (PR #84965)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 31 11:55:20 PDT 2024
================
@@ -3690,7 +3690,7 @@ LegalizerHelper::LegalizeResult LegalizerHelper::lowerLoad(GAnyLoad &LoadMI) {
if (!isPowerOf2_32(MemSizeInBits)) {
----------------
topperc wrote:
Ok let's drop the changes if they aren't tested.
https://github.com/llvm/llvm-project/pull/84965
More information about the llvm-commits
mailing list