[PATCH] D40497: [PowerPC] Partially enable the ISEL expansion pass.
Zaara Syeda via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 06:27:43 PST 2017
syzaara added inline comments.
================
Comment at: lib/Target/PowerPC/PPCExpandISEL.cpp:268
// Special case 1, all registers used by ISEL are the same one.
if (!IsADDIInstRequired && !IsORIInstRequired) {
----------------
Won't these special cases already be handled by expandAndMergeISELs?
https://reviews.llvm.org/D40497
More information about the llvm-commits
mailing list