[PATCH] D91441: [VP] Build VP SDNodes

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 22:23:01 PST 2020


kaz7 added a comment.

I noticed these new tests won't work on `Release` mode, so I disabled them.  Please update them later.



================
Comment at: llvm/test/CodeGen/VE/Vector/vp_add.ll:3
+
+; CHECK:  t{{[0-9]+}}: v256i32 = vp_add [[A:t[0-9]+]], [[B:t[0-9]+]], [[MASK:t[0-9]+]], [[EVL:t[0-9]+]] 
+; CHECK:  [[A]]: v256i32
----------------
This test won't work on Release mode since error messages don't contain temporal register name under Release mode.  I disabled all tests under Release mode.  Please update them later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91441



More information about the llvm-commits mailing list