================
@@ -7407,6 +7412,34 @@ LegalizerHelper::LegalizeResult 
LegalizerHelper::lowerTRUNC(MachineInstr &MI) {
   return UnableToLegalize;
 }
 
+LegalizerHelper::LegalizeResult
+LegalizerHelper::lowerPTRTOADDR(MachineInstr &MI) {
+  // Lower G_PTRTOADDR as a truncate to address width of G_PTROINT and then
----------------
tgymnich wrote:

```suggestion
  // Lower G_PTRTOADDR as a truncate to address width of G_PTRTOINT and then
```

https://github.com/llvm/llvm-project/pull/140300
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to