[llvm] [ModuloSchedule] Implement modulo variable expansion for pipelining (PR #65609)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 09:53:52 PDT 2024
================
@@ -1,80 +0,0 @@
-# RUN: llc --verify-machineinstrs -mtriple=aarch64 -o - %s -run-pass pipeliner -aarch64-enable-pipeliner -pipeliner-enable-copytophi=0 -debug-only=pipeliner 2>&1 | FileCheck %s
----------------
davemgreen wrote:
Sounds good.
I would say it might be best to update the CHECK below instead or marking it unsupported. We can then check we don't do anything bad with the CBZ. The comment is good to keep in explaining that the instruction isn't supported.
https://github.com/llvm/llvm-project/pull/65609
More information about the llvm-commits
mailing list