[llvm] [AMDGPU] Extend zero initialization of return values for TFE (PR #85759)

David Stuttard via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 21 08:49:27 PDT 2024


================
@@ -466,6 +467,11 @@ bool getMUBUFIsBufferInv(unsigned Opc) {
   return Info ? Info->IsBufferInv : false;
 }
 
+bool getMUBUFHasTFE(unsigned Opc) {
----------------
dstutt wrote:

I decided to go with getMUBUFTfe - since that mirrors the name of the field.

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


More information about the llvm-commits mailing list