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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 28 11:06:59 PDT 2021


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte_vector.ll:4-6
+%Vec = type { [4 x i8] }
+
+define amdgpu_kernel void @cvt_f32_ubyte0_vector() local_unnamed_addr {
----------------
You can just put this in the existing test


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