[PATCH] D150447: [MachineSink] Don't reject sinking because of a dead def in isProfitableToSinkTo()
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 13 00:25:02 PDT 2023
jonpa marked an inline comment as done.
jonpa added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/loop_exit_with_xor.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
; RUN: llc -mtriple=amdgcn--amdpal -mcpu=gfx803 -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
----------------
arsenm wrote:
> Switching a test to generated checks should be done in precommits
ok - I will do so if there is a positive response to this patch, and if it's ok with you (AMD maintainer).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150447/new/
https://reviews.llvm.org/D150447
More information about the llvm-commits
mailing list