[PATCH] D28578: [GlobalISel] correctly record PHI sources coming from switch instructions
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 12 02:03:02 PST 2017
rovka added inline comments.
================
Comment at: include/llvm/CodeGen/GlobalISel/IRTranslator.h:408
+ /// Returns the Machine IR predecessors for the given IR CFG edge. Usually
+ /// this is just the single MachineBasicBlock corresponding to the predecesso
+ /// in the IR. More complex lowering can result in multiple MachineBasicBlocks
----------------
Typo: predecessor
Repository:
rL LLVM
https://reviews.llvm.org/D28578
More information about the llvm-commits
mailing list