forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
[ARCH] powerpcThis bug impacts ARCH=powerpcThis bug impacts ARCH=powerpc[BUG] UntriagedSomething isn't workingSomething isn't working[BUG] llvm (main)A bug in an unreleased version of LLVM (this label is appropriate for regressions)A bug in an unreleased version of LLVM (this label is appropriate for regressions)
Description
I just bisected a boot failure with ARCH=powerpc pmac32_defconfig
to commit 1bd0b82e508d ("[SimplifyCFG] FoldBranchToCommonDest()
: deal with mismatched IV's in PHI's in common successor block") in LLVM:
$ make -skj$(nproc) ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- LLVM=1 LLVM_IAS=0 mrproper pmac32_defconfig
# For proper serial console output
$ scripts/config -e SERIAL_PMACZILOG -e SERIAL_PMACZILOG_CONSOLE
$ make -skj$(nproc) ARCH=powerpc CROSS_COMPILE=powerpc-linux-gnu- LLVM=1 LLVM_IAS=0 olddefconfig vmlinux
$ .../boot-qemu.py -a ppc32_mac -k vmlinux -t 1m
I do not see any console output from the kernel so it appears to be hanging before that point.
Metadata
Metadata
Assignees
Labels
[ARCH] powerpcThis bug impacts ARCH=powerpcThis bug impacts ARCH=powerpc[BUG] UntriagedSomething isn't workingSomething isn't working[BUG] llvm (main)A bug in an unreleased version of LLVM (this label is appropriate for regressions)A bug in an unreleased version of LLVM (this label is appropriate for regressions)