[PATCH] D149533: Regen some old tests; NFC

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 06:37:08 PDT 2023


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/ARM/sub-cmp-peephole.ll:7
 define i32 @f(i32 %a, i32 %b) nounwind ssp {
+; V8-LABEL: f:
+; V8:       @ %bb.0: @ %entry
----------------
craig.topper wrote:
> RKSimon wrote:
> > goldstein.w.n wrote:
> > > RKSimon wrote:
> > > > Where has the V7 coverage gone? 
> > > > Where has the V7 coverage gone? 
> > > 
> > > I think there is a bug somewhere. `-mtriple=arm-apple-darwin` simply does not generate automatic checks. Guess drop this one from regen and update it by hand in the known-non-zero patch?
> > Sure, or update it manually here (remove the extra RUN etc.) - as long as you remove the NOTE from the top then it should be fine.
> I wonder if the triple should be armv7-apple-darwin which has an override in `get_run_handler` llvm/utils/UpdateTestChecks/asm.py. That override defines the regular expression to convert between IR function name and assembly function name.
Probably - in which case we need to add the original arm-apple-darwin RUN line back again to retain coverage and we still can't auto generate it :) 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149533



More information about the llvm-commits mailing list