[PATCH] D41072: [InstCombine] Fix PR5618: Instcombine hangs on single minmax load bitcast.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 09:28:25 PST 2017


RKSimon added a comment.

Isn't that PR35618? Typo in subject line.



================
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(
----------------
Do you need this test given that @spatel reduced it to the one below?


https://reviews.llvm.org/D41072





More information about the llvm-commits mailing list