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

Masoud Ataei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 13:28:20 PDT 2020


masoud.ataei marked an inline comment as done.
masoud.ataei added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/vectorizeVFone.ll:3
+
+target triple = "powerpc64le-unknown-linux-gnu"
+%type = type { [3 x double] }
----------------
jsji wrote:
> 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.
You are right. This triple is not needed. 
This is already committed. I will create a new differential to propose to remove this triple.  


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