[llvm] [AMDGPU] Add support for point sample accel out of order returns (PR #127991)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 09:23:28 PST 2025
================
@@ -52,6 +52,7 @@ class MIMGBaseOpcode : PredicateControl {
bit BVH = 0;
bit A16 = 0;
bit NoReturn = 0;
+ bit PointSampleAccel = 0; // Opcode eligable for gfx11.5 point sample acceleration
----------------
jayfoad wrote:
```suggestion
bit PointSampleAccel = 0; // Opcode eligible for gfx11.5 point sample acceleration
```
https://github.com/llvm/llvm-project/pull/127991
More information about the llvm-commits
mailing list