See bug 55563.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | ||
---|---|---|
7733 | Can we just say something like isImmTy(ImmTyNone) || isImmTy(ImmTyOffset)? The way it is, it's not clear what's so special about cache policies in relation with SMEM offsets. |
Comment Actions
Updated as suggested by Ivan.
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | ||
---|---|---|
7733 | Good point, thanks! |
Can we just say something like isImmTy(ImmTyNone) || isImmTy(ImmTyOffset)? The way it is, it's not clear what's so special about cache policies in relation with SMEM offsets.