[PATCH] D147734: [LV][NFC] Precommit test for a follow-up patch that introduces uniformity for a specific VF.

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 10:18:32 PDT 2023


vporpo added a comment.

Do you think I should add a couple of tests with a left-shift too , instead of a div (like `i << 1` instead of `i / 2` ? Though the SCEV implementation should cover both.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147734



More information about the llvm-commits mailing list