[PATCH] D144066: [Pseudo probe] Duplicate probes in vectorized loop body.

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 14:04:13 PST 2023


hoy added inline comments.


================
Comment at: llvm/test/Transforms/SampleProfile/pseudo-probe-loop-vectorize.ll:1
+; RUN: opt < %s -passes=loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -S | FileCheck %s
+
----------------
fhahn wrote:
>  It looks like this should test LV behavior and only runs LV, so it should be moved to the LoopVectorize test directory?
Thanks for the suggestion. Does https://reviews.llvm.org/D144137 look good to you?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144066



More information about the llvm-commits mailing list