[PATCH] D157375: [LV] Pre-commit test case for AnyOf reduction , NFC

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 03:14:17 PDT 2023


fhahn added a comment.

I think it makes sense to have a test like this in any case to make sure it  is handled correctly.



================
Comment at: llvm/test/Transforms/LoopVectorize/anyof-msg.ll:4
+
+; CHECK: Found a float conditional select reduction PHI. PHI. %1 = phi i32 [ %a, %entry ], [ %3, %for.body ]
+
----------------
What's the reason for checking the debug output instead of the generated IR?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157375



More information about the llvm-commits mailing list