[PATCH] D143578: [VP] Add vp.powi and a pass for expanding vp.powi before DAG.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 21:08:56 PST 2023


craig.topper added a comment.

No test for RISC-V?



================
Comment at: llvm/test/CodeGen/Generic/expand-powi.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -mtriple=x86_64-unknown-linux-gnu -expand-powi -S < %s | FileCheck %s
+declare <vscale x 1 x float> @llvm.vp.powi.nxv1f32.nxv1i32(<vscale x 1 x float>, <vscale x 1 x i32>, <vscale x 1 x i1>, i32)
----------------
This needs a `REQUIRES: x86-registered-target` or it needs to be moved into the X86 directory.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143578



More information about the llvm-commits mailing list