mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[X86][AVX512] Tag CLWB instruction to CLFLUSH/PREFETCH scheduler class
llvm-svn: 320156
This commit is contained in:
parent
2ed2eeba87
commit
8d591300e2
@ -2723,10 +2723,9 @@ def CLFLUSHOPT : I<0xAE, MRM7m, (outs), (ins i8mem:$src),
|
||||
"clflushopt\t$src", [(int_x86_clflushopt addr:$src)],
|
||||
IIC_SSE_PREFETCH>, PD;
|
||||
|
||||
let Predicates = [HasCLWB] in
|
||||
let Predicates = [HasCLWB], SchedRW = [WriteLoad] in
|
||||
def CLWB : I<0xAE, MRM6m, (outs), (ins i8mem:$src), "clwb\t$src",
|
||||
[(int_x86_clwb addr:$src)]>, PD;
|
||||
|
||||
[(int_x86_clwb addr:$src)], IIC_SSE_PREFETCH>, PD;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Subsystems.
|
||||
|
Loading…
x
Reference in New Issue
Block a user