We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f623e3d commit c3b1f1cCopy full SHA for c3b1f1c
IGC/Compiler/CodeGenContext.cpp
@@ -23,6 +23,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
24
25
======================= end_copyright_notice ==================================*/
26
+#include "common/LLVMWarningsPush.hpp"
27
+#include <llvm/Support/ScaledNumber.h>
28
+#include "common/LLVMWarningsPop.hpp"
29
+
30
#include "Compiler/CISACodeGen/ComputeShaderCodeGen.hpp"
31
#include "Compiler/CISACodeGen/ShaderCodeGen.hpp"
32
#include "Compiler/CodeGenPublic.h"
0 commit comments