diff options
-rw-r--r-- | llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll b/llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll index 255e654..291c8c3 100644 --- a/llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll +++ b/llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll @@ -1139,8 +1139,6 @@ entry: br i1 %cmp4, label %for.body.lr.ph, label %for.cond.cleanup for.body.lr.ph: ; preds = %entry - ; TODO: when this GEP is expanded, the resulting `addi` should be folded - ; into the load in the loop body. %y = getelementptr inbounds %struct.S, ptr %a, i64 %k, i32 1 br label %for.body |