[PATCH] D124232: [AMDGPU] Use d16 flag for image.sample instructions

Mariusz Sikora via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 21:41:16 PDT 2022


mariusz-sikora-at-amd updated this revision to Diff 425415.
mariusz-sikora-at-amd added a comment.

In last version (which was merged and reverted) I made a mistake at the end
of modifyIntrinsicCall function where I was doing operations on removed
instruction (InstToReplace).

This update is fixing this issue.
I used buildbot-scripts locally to reproduce failing tests and
later to verify if my new fix is fixing it.
(https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124232

Files:
  llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
  llvm/test/Transforms/InstCombine/AMDGPU/image-d16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124232.425415.patch
Type: text/x-patch
Size: 31329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220427/9e9b63f0/attachment.bin>


More information about the llvm-commits mailing list