[PATCH] D112839: [AMDGPU][NFC] Remove autogenerated comment for test

Vang Thao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 29 12:17:44 PDT 2021


vangthao created this revision.
Herald added subscribers: kerbowa, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
vangthao requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

D112733 <https://reviews.llvm.org/D112733> added a non-generated test so the comment is now misleading.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112839

Files:
  llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll


Index: llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
===================================================================
--- llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
+++ llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
@@ -1,4 +1,3 @@
-; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc -mtriple=amdgcn-- -mcpu=tahiti -verify-machineinstrs < %s | FileCheck %s -check-prefixes=GCN,SI
 ; RUN: llc -mtriple=amdgcn-- -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck %s -check-prefixes=GCN,VI
 ; RUN: llc -mtriple=amdgcn-- -mcpu=gfx1010 -verify-machineinstrs < %s | FileCheck %s -check-prefixes=GFX10


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112839.383459.patch
Type: text/x-patch
Size: 651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211029/6e7b7bad/attachment.bin>


More information about the llvm-commits mailing list