[PATCH] D107692: [DAGCombine] Prevent the transform of combine for multi-use operand
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 16 09:06:22 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/arm64-srl-and.ll:4
+
+; Disable the dagcombine if operand has multi use
+
----------------
Please rephrase this and actually explain the "dagcombine" you're referring to in the comment
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107692/new/
https://reviews.llvm.org/D107692
More information about the llvm-commits
mailing list