[llvm] Merge sourcelocation in CSEMIRBuilder::getDominatingInstrForID. (PR #90922)
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri May 3 14:28:13 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.
----------------
adrian-prantl wrote:
I feel like MachineIRBuilder shouldn't need to know about the legalizer?
https://github.com/llvm/llvm-project/pull/90922
More information about the llvm-commits
mailing list