[PATCH] D41072: [InstCombine] Fix PR5618: Instcombine hangs on single minmax load bitcast.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 11 09:29:51 PST 2017
ABataev added a comment.
In https://reviews.llvm.org/D41072#951214, @RKSimon wrote:
> Isn't that PR35618? Typo in subject line.
Yep, missed the digit
================
Comment at: test/Transforms/InstCombine/multiple-uses-load-bitcast-select.ll:6
+
+define void @_ZN3pov13Compute_PrismEPNS_12Prism_StructEPA2_d(%0* nocapture) local_unnamed_addr {
+; CHECK-LABEL: @_ZN3pov13Compute_PrismEPNS_12Prism_StructEPA2_d(
----------------
RKSimon wrote:
> Do you need this test given that @spatel reduced it to the one below?
I can remove it, sure
https://reviews.llvm.org/D41072
More information about the llvm-commits
mailing list