[PATCH] D149281: Don't disable loop unroll for vectorized loops on AMDGPU target
Alexander via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 24 06:58:51 PDT 2023
alex-t added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/vectorize-unroll-metadata.ll:1
+; RUN: opt -mtriple=amdgcn-- -mcpu=gfx90a -passes=loop-vectorize %s -S -o - | FileCheck %s
+
----------------
fhahn wrote:
> Can you precommit the test to show have only the functional diff in the actual patch here>
> Can you precommit the test to show have only the functional diff in the actual patch here>
I am not sure if I understand correctly. Do you want me to split the commit into two parts?
commit the test in a separate commit to only leave the diff in LoopVectorize.cpp for yet one more commit?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149281/new/
https://reviews.llvm.org/D149281
More information about the llvm-commits
mailing list