[PATCH] D137711: [X86] Use lock add/sub for cases that we only care about the EFLAGS

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 07:00:20 PST 2022


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM (with the test precommit) - cheers



================
Comment at: llvm/test/CodeGen/X86/pr58685.ll:49
+  ret i1 %5
+}
----------------
Please pre-commit these tests with current codegen and rebase the patch so that the commit shows the codegen diff


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137711



More information about the llvm-commits mailing list