[llvm] Merge sourcelocation in CSEMIRBuilder::getDominatingInstrForID. (PR #90922)

Shubham Sandeep Rastogi via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 10:05:36 PDT 2024


================
@@ -243,6 +243,10 @@ class MachineIRBuilder {
   }
 
 public:
+  /// This is the merged location of an instruction which is a result of a fold
+  /// in the legalizer.
+  DILocation *MergedLocation = nullptr;
----------------
rastogishubham wrote:

I don't know what that means

https://github.com/llvm/llvm-project/pull/90922


More information about the llvm-commits mailing list