[PATCH] D159495: [VP] IR expansion for abs/smax/smin/umax/umin

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 10 07:06:21 PDT 2023


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/expand-vp-int-intrinsics.ll:2
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+avx        | FileCheck %s --check-prefixes=X86
 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown                  | FileCheck %s --check-prefixes=SSE
----------------
Please can you add this seperately as a pre-commit?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159495



More information about the llvm-commits mailing list