[PATCH] D149533: Regen some old tests; NFC

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 13 10:38:11 PDT 2023


goldstein.w.n 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
----------------
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?


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