[PATCH] D115710: [LV][NFC] Update test checks using utils/update_test_checks.py

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 02:09:00 PST 2022


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

I'll end up doing this autogeneration for D114779 <https://reviews.llvm.org/D114779> anyways, so i think this should be fine?



================
Comment at: llvm/test/Transforms/LoopVectorize/tripcount.ll:386-387
 
-; CHECK: [[LP3]] = !{!"branch_weights", i32 10, i32 2490}
-; CHECK: [[LP6]] = !{!"branch_weights", i32 10, i32 0}
+; CHECK: [[PROF3]] = !{!"branch_weights", i32 10, i32 2490}
+; CHECK: [[PROF6]] = !{!"branch_weights", i32 10, i32 0}
 ; original loop has latchExitWeight=10 and backedgeTakenWeight=10,000,
----------------
I think you may want to run with the update script with `--check-globals`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115710



More information about the llvm-commits mailing list