D78800 skipped generating cache invalidating instrucions altogether
on AMDPAL. However, this is sometimes too restrictive - we want a
more flexible option to be able to toggle this behaviour on and off
while we work towards developing a correct implementation of the
alternative memory model.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp | ||
---|---|---|
50–52 | amdgcn-skip-cache-invalidations? |
Comment Actions
LGTM with the option name fixed, and please adjust the variable name also (amdgcn-skip-cache-invalidations --> AmdgcnSkipCacheInvalidations).
amdgcn-skip-cache-invalidations?