[PATCH] D140537: SIInsertWait: Skip tied source of d16 buffer instruction

Ruiling, Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 02:35:41 PST 2022


ruiling created this revision.
ruiling added reviewers: arsenm, foad.
Herald added subscribers: kosarev, kerbowa, hiraditya, jvesely.
Herald added a project: All.
ruiling requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

The instruction does not read the tied source, so we can skip it when
analyzing the dependency.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140537

Files:
  llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  llvm/test/CodeGen/AMDGPU/chain-hi-to-lo.ll
  llvm/test/CodeGen/AMDGPU/load-hi16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140537.484775.patch
Type: text/x-patch
Size: 6010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221222/11445c13/attachment.bin>


More information about the llvm-commits mailing list