[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 03:49:40 PDT 2021


RKSimon added a comment.

Please can you regenerate the diff with context



================
Comment at: llvm/test/CodeGen/AArch64/arm64-srl-and.ll:7
+ at g = dso_local local_unnamed_addr global i16 0, align 4
+define dso_local noundef i32 @srl_and() local_unnamed_addr  {
+; CHECK-LABEL: srl_and:
----------------
do you need all the dso_local/noundef/local_unnamed_addr attributes?


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

https://reviews.llvm.org/D107692



More information about the llvm-commits mailing list