[PATCH] D126938: [SLP][NFC] Precommit test for followup patch that fixes vector phi poison input.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 20:36:17 PDT 2022


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: StephenFan.

LGTM.



================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/phi-undef-input.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -slp-vectorizer -slp-threshold=-1000 -mtriple=x86_64-unknown-linux -S | FileCheck %s
+
----------------
If this does not use linux-gnu knowledge, use `-mtriple=x86_64` to test generic ELF behavior.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126938



More information about the llvm-commits mailing list