[PATCH] D112733: [AMDGPU] Fix cvt_f32_ubyte combine with shl

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 29 04:40:41 PDT 2021


foad added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll:1
 ; 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
----------------
This comment is misleading now because you didn't generate all the GFX9 checks for your new RUN line, and you didn't generate checks for the new function cvt_f32_ubyte0_vector.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112733



More information about the llvm-commits mailing list