[PATCH] D118549: apply two more cases for store combine

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 06:34:29 PST 2022


asb added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/store-combine.ll:4
+; RUN:   | FileCheck %s -check-prefix=RV32
+
+%struct.ab = type { i8, i8, i8, i8 }
----------------
For a test like this, it's helpful to put a human-readable description of what behaviour it's trying to demonstrate.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118549/new/

https://reviews.llvm.org/D118549



More information about the llvm-commits mailing list