[PATCH] D107286: [LV] Consider ExtractValue as uniform.
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 02:52:35 PDT 2021
david-arm added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/extractvalue-no-scalarization-required.ll:13
; CM: LV: Found an estimated cost of 0 for VF 2 For instruction: %a = extractvalue { i64, i64 } %sv, 0
; CM-NEXT: LV: Found an estimated cost of 0 for VF 2 For instruction: %b = extractvalue { i64, i64 } %sv, 1
----------------
Is it worth also adding a CHECK for the debug output showing extractvalue as a uniform instruction?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107286/new/
https://reviews.llvm.org/D107286
More information about the llvm-commits
mailing list