luismarques added inline comments.

================
Comment at: llvm/test/CodeGen/RISCV/rvv/vfredusum-rv32.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv32 -mattr=+experimental-v,+d,+experimental-zfh 
-verify-machineinstrs \
----------------
frasercrmck wrote:
> Just to check - was this renaming done with `git mv`? Phabricator suggests 
> that `vfredsum-rv32.ll` was deleted and this was added, which would be worse 
> for the git history. It might be a phabricator quirk, though.
AFAIK `git mv` doesn't do anything in particular to track renames. File renames 
are automatically detected based on the added and removed content, which means 
that if there are also changes to the content that detection might fail, and 
here the instruction renames did cause a lot of changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105690

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to