[PATCH] D78054: [VFDatabase] Scalar functions are vector functions with VF =1

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 11:16:38 PDT 2020


jsji added inline comments.
Herald added a subscriber: wuzish.


================
Comment at: llvm/test/Transforms/LoopVectorize/vectorizeVFone.ll:3
+
+target triple = "powerpc64le-unknown-linux-gnu"
+%type = type { [3 x double] }
----------------
This might have problem -- what if the target powerpc64le is not buid?
I think we either need a `REQUIRE` or remove this triple , or move it to a target specific test dir.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78054





More information about the llvm-commits mailing list