[PATCH] D67101: Target hooks for custom COPY insertion.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 07:24:02 PDT 2019


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/TargetInstrInfo.h:1642
 
+  /// During PHI eleimination lets target to make necessary checks and
+  /// insert the copy to the PHI destination register in a target specific
----------------
Delete `to`


================
Comment at: llvm/include/llvm/CodeGen/TargetInstrInfo.h:1652
+
+  /// During PHI eleimination lets target to make necessary checks and
+  /// insert the copy to the PHI destination register in a target specific
----------------
Delete `to`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67101/new/

https://reviews.llvm.org/D67101





More information about the llvm-commits mailing list