[llvm] Merge sourcelocation in CSEMIRBuilder::getDominatingInstrForID. (PR #90922)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 03:10:32 PDT 2024
================
@@ -0,0 +1,32 @@
+# This test checks to make sure that when an instruction (%3 in the test) is
+# moved due to matching a result of a fold of two other instructions
+# (%1, and %2 in the test) in the legalizer, the DILocation of the
+# instruction that is moved (%3) is updated appropriately.
+
+#REQUIRES: aarch64-registered-target
----------------
arsenm wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/90922
More information about the llvm-commits
mailing list