[PATCH] D98391: [InstSimplify] Set UseInstrInfo to false when calling SimplifyWithOpReplaced
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 10 21:22:03 PST 2021
aqjune added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/select.ll:2766
+; CHECK-NEXT: [[SHL:%.*]] = shl i8 [[Y]], 1
+; CHECK-NEXT: [[SEL:%.*]] = select i1 [[CMP]], i8 [[SHL]], i8 [[Z:%.*]]
; CHECK-NEXT: ret i8 [[SEL]]
----------------
This is a regression; after this patch is landed, I'll make a fix for this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98391/new/
https://reviews.llvm.org/D98391
More information about the llvm-commits
mailing list