[llvm] [AMDGPU] Allow negative offsets in scratch instructions (PR #166979)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 3 11:03:07 PST 2025


================
@@ -334,12 +334,6 @@ def FeatureFlatSegmentOffsetBug : SubtargetFeature<"flat-segment-offset-bug",
   "GFX10 bug where inst_offset is ignored when flat instructions access global memory"
 >;
 
-def FeatureNegativeScratchOffsetBug : SubtargetFeature<"negative-scratch-offset-bug",
----------------
shiltian wrote:

This bug does no longer exist?

https://github.com/llvm/llvm-project/pull/166979


More information about the llvm-commits mailing list