[PATCH] D122539: [SelectionDAG][DAGCombiner] Reuse exist node by reassociate

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 00:27:45 PDT 2022


bcl5980 added inline comments.


================
Comment at: llvm/test/Transforms/Reassociate/pr56170.ll:4
+
+define void @reassociation_gt64bit(i32 %x, i32 %y, ptr %s) {
+; CHECK-LABEL: reassociation_gt64bit:
----------------
RKSimon wrote:
> Shouldn't this be in tests/Codegen/X86?
Actually almost every target can trigger this issue. Move the test to x86 is OK for me.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122539/new/

https://reviews.llvm.org/D122539



More information about the llvm-commits mailing list