[PATCH] D113123: [TwoAddressInstruction] Fix handling of operands tied to early-clobbers

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 8 08:57:36 PST 2021


MatzeB added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/vwadd.w-rv64.ll:3
+; RUN: llc -mtriple=riscv64 -mattr=+experimental-v -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -mtriple=riscv64 -mattr=+experimental-v -verify-machineinstrs -early-live-intervals < %s | FileCheck %s
 declare <vscale x 1 x i16> @llvm.riscv.vwadd.w.nxv1i16.nxv1i8(
----------------
Could we create a separate .mir test instead?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113123



More information about the llvm-commits mailing list