[PATCH] D73411: [InstCombine] Process newly inserted instructions in the correct order
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 06:42:45 PST 2020
spatel added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/getelementptr.ll:223
+; CHECK-NEXT: [[C:%.*]] = icmp eq <2 x i64> [[A_OFFS]], zeroinitializer
; CHECK-NEXT: ret <2 x i1> [[C]]
;
----------------
nikic wrote:
> This issue is tracked at https://bugs.llvm.org/show_bug.cgi?id=44588. I got the impression that @spatel is planning to work on this at some point, but if desired I can also look into fixing this regression first.
I took a look at that, and I think we need an analysis enhancement first:
D73549
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73411/new/
https://reviews.llvm.org/D73411
More information about the llvm-commits
mailing list