According to Intel docs this should take void const *. We had char*. The lack of const is the main issue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D38782
[X86] Correct type for argument to clflushopt intrinsic. Authored by craig.topper on Oct 10 2017, 10:03 PM.
Details According to Intel docs this should take void const *. We had char*. The lack of const is the main issue.
Diff Detail
|