[all-commits] [llvm/llvm-project] 0947a8: [RISCV][NFC] Add tests for folds of ADDIs into loa...
Luís Marques via All-commits
all-commits at lists.llvm.org
Tue Jun 23 15:00:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0947a8ca9824e15780075dc3525e30bada4bccdd
https://github.com/llvm/llvm-project/commit/0947a8ca9824e15780075dc3525e30bada4bccdd
Author: Luís Marques <luismarques at lowrisc.org>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
A llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll
Log Message:
-----------
[RISCV][NFC] Add tests for folds of ADDIs into load/stores
This patch adds tests for folds of ADDIs into load/stores, focusing on
load/stores with nonzero offsets. When the offset is nonzero we currently
don't do the fold. A follow-up patch will improve on that.
Differential Revision: https://reviews.llvm.org/D79689
More information about the All-commits
mailing list