[PATCH] D41505: [DAG] Teach findBaseOffset to interpret indexes of indexed memory operations

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 7 03:59:48 PST 2018


RKSimon added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp:135
     }
+    // If we get here break out of the loop.
     break;
----------------
Maybe add a LLVM_FALLTHROUGH and default case here?


https://reviews.llvm.org/D41505





More information about the llvm-commits mailing list