[PATCH] D158988: [LV] Choose the wider VF where they have same cost
Allen zhong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 31 02:33:05 PDT 2023
Allen abandoned this revision.
Allen added a comment.
Oh, sorry. I missed to use **-mattr=+sve** to test this case, it should be **-mattr=+sve2**, so it only change the fix length type vector.
opt -S -mtriple=aarch64-unknown-linux-gnu -mattr=+sve -passes=loop-vectorize -debug-only=loop-vectorize pr64986.ll
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158988/new/
https://reviews.llvm.org/D158988
More information about the llvm-commits
mailing list