[PATCH] D136501: [X86] New test case for reassociation of ADD instructions.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 22 01:04:13 PDT 2022


RKSimon accepted this revision.
RKSimon added a comment.

LGTM - cheers



================
Comment at: llvm/test/CodeGen/X86/reassociate-add.ll:10
+
+define void @foo8(i8 %x0, i8 %x1, i8 %x2, i8* %p) {
+; CHECK-LABEL: foo8:
----------------
something more descriptive than foo might be useful in case we ever add further tests to this file


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136501



More information about the llvm-commits mailing list