================ @@ -40,6 +41,12 @@ LLVM_ABI bool verifyMaxAnisotropy(uint32_t MaxAnisotropy); LLVM_ABI bool verifyComparisonFunc(uint32_t ComparisonFunc); LLVM_ABI bool verifyBorderColor(uint32_t BorderColor); LLVM_ABI bool verifyLOD(float LOD); +LLVM_ABI bool verifyRegisterOverflow(uint64_t Register, + uint32_t NumDescriptors); +LLVM_ABI uint64_t updateAppendingRegister(uint64_t AppendingRegisterRegister, ---------------- joaosaffran wrote:
This function contain important logic to make sure the previous 2 validations work properly, so I added it in here, so it can be reused in the frontend. https://github.com/llvm/llvm-project/pull/153276 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
