[llvm] [AMDGPU][AsmParser] Introduce MC representation for lit() and lit64(). (PR #160316)
Ivan Kosarev via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 24 04:05:48 PDT 2025
================
@@ -1591,10 +1589,14 @@ class AMDGPUAsmParser : public MCTargetAsmParser {
return static_cast<AMDGPUTargetStreamer &>(TS);
}
- const MCRegisterInfo *getMRI() const {
+ MCContext &getContext() const {
----------------
kosarev wrote:
We need a non-const context here.
https://github.com/llvm/llvm-project/pull/160316
More information about the llvm-commits
mailing list