radv: add a workaround for Monster Hunter World and LLVM 7&8
[mesa.git] / src / amd / common / ac_llvm_util.h
index 6d961c06f8a8b384b2aa1f88922ceb4f4e7137b5..ca00540da8063cc9e4586beb5406fc14b3f3f924 100644 (file)
@@ -65,6 +65,7 @@ enum ac_target_machine_options {
        AC_TM_CHECK_IR = (1 << 5),
        AC_TM_ENABLE_GLOBAL_ISEL = (1 << 6),
        AC_TM_CREATE_LOW_OPT = (1 << 7),
+       AC_TM_NO_LOAD_STORE_OPT = (1 << 8),
 };
 
 enum ac_float_mode {