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

David Stuttard via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 08:29:04 PDT 2024


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

I left it as HasTFE - unless you feel strongly that it should be IsTFE?

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


More information about the llvm-commits mailing list