[llvm] [LV]Support dropping of nneg flag for zext widencast recipes. (PR #74112)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 11:40:49 PST 2023
================
@@ -0,0 +1,93 @@
+; RUN: opt -passes=loop-vectorize -mtriple=riscv64-unknown-linux-gnu -mattr=+v < %s -debug-only=loop-vectorize -disable-output 2>&1 | FileCheck %s
+; REQUIRES: asserts
+
+define void @test() {
----------------
fhahn wrote:
It should be possible to have the print test target independent in `llvm/test/Transforms/LoopVectorize/vplan-printing.ll` as testing printing doesn't need conditional blocks I think
https://github.com/llvm/llvm-project/pull/74112
More information about the llvm-commits
mailing list