[PATCH] D72224: [LegalizeVectorOps] Improve handling of multi-result operations.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 5 11:34:43 PST 2020


craig.topper marked an inline comment as done.
craig.topper added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp:64
   /// legalizing the same thing more than once.
-  SmallDenseMap<SDValue, SDValue, 64> LegalizedNodes;
+  SmallDenseMap<SDValue, SDValue, 64> eegalizedNodes;
 
----------------
RKSimon wrote:
> ?
Must have accidentally changed it when I copied the name into the commit message. Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72224





More information about the llvm-commits mailing list