THU-DSP-LAB / llvm-project

LLVM OpenCL C compiler suite for ventus GPGPU
http://llvm.org
Other
23 stars 14 forks source link

[VENTUS][fix] Fix memory flags set in tablegen #129 #130

Closed zhoujingya closed 2 months ago

zhoujingya commented 2 months ago

In previous logic ,default memory access flag is 0b00, this will cause all no-local/no-private related instructions return true when fall into RISCVInstrInfo::isUniformMemoryAccess logic