[PATCH] D119696: [AMDGPU] Improve v_cmpx usage on GFX10.3.

Thomas Symalla via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 08:30:04 PST 2022


tsymalla added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/branch-relaxation-gfx10-branch-offset-bug.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc -march=amdgcn -mcpu=gfx1030 -verify-machineinstrs -amdgpu-s-branch-bits=7 < %s | FileCheck -enable-var-scope -check-prefixes=GCN,GFX1030 %s
----------------
sebastian-ne wrote:
> This file doesn’t look autogenerated, but maybe it makes sense to generate it.
The changes here are minor, and I am not really sure what this test actually tests, so I am just going to remove the auto-generate line for now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119696



More information about the llvm-commits mailing list