[all-commits] [llvm/llvm-project] eb3f2f: [RISCV] Revise check names for unaligned memory op...

Philip Reames via All-commits all-commits at lists.llvm.org
Thu Jul 20 13:48:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb3f2fe467f10b29c407e642e8a505ee6800c1d8
      https://github.com/llvm/llvm-project/commit/eb3f2fe467f10b29c407e642e8a505ee6800c1d8
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2023-07-20 (Thu, 20 Jul 2023)

  Changed paths:
    M llvm/test/CodeGen/RISCV/memcpy-inline.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-unaligned.ll
    M llvm/test/CodeGen/RISCV/rvv/unaligned-loads-stores.ll
    M llvm/test/CodeGen/RISCV/unaligned-load-store.ll

  Log Message:
  -----------
  [RISCV] Revise check names for unaligned memory op tests [nfc]

This has come up a few times in review; the current ones seem to be universally confusing.  Even I as the original author of most of these get confused.  Switch to using the SLOW/FAST naming used by x86, hopefully that's a bit clearer.




More information about the All-commits mailing list