[PATCH] D31403: [SDAG] Deal with deleted node in PromoteIntShiftOp
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 28 07:57:33 PDT 2017
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/pr32420.ll:29
+ ;%t2 = load volatile i16, i16* @b, align 4
+ %conv8 = or i16 %t2, %ashr4
+ %load9 = load i16, i16* @a, align 4
----------------
please don't leave commented out instructions in the test case
https://reviews.llvm.org/D31403
More information about the llvm-commits
mailing list