[llvm] [SPIRV] Implement support for SPV_KHR_expect_assume (PR #66217)
Paulo Matos via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 22 03:22:00 PDT 2023
================
@@ -11,6 +11,7 @@
//===----------------------------------------------------------------------===//
#include "SPIRVSubtarget.h"
+#include "MCTargetDesc/SPIRVBaseInfo.h"
----------------
pmatos wrote:
Added this initially for another reason and it's not needed any longer. Thanks.
https://github.com/llvm/llvm-project/pull/66217
More information about the llvm-commits
mailing list