[llvm] [AMDGPU] Extend zero initialization of return values for TFE (PR #85759)
David Stuttard via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 04:49:44 PDT 2024
================
@@ -466,6 +467,11 @@ bool getMUBUFIsBufferInv(unsigned Opc) {
return Info ? Info->IsBufferInv : false;
}
+bool getMUBUFHasTFE(unsigned Opc) {
----------------
dstutt wrote:
Maybe - TFE stands for "texture fault enable" so HasTFE feels more logical than IsTFE.
https://github.com/llvm/llvm-project/pull/85759
More information about the llvm-commits
mailing list