[PATCH] D130765: [DAG] Turn a wider range of select of constants into math

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 07:47:49 PDT 2022


deadalnix added inline comments.


================
Comment at: llvm/test/CodeGen/X86/select.ll:995
+; CHECK-NEXT:    sete %al
+; CHECK-NEXT:    leal -1(%rax,%rax), %eax
 ; CHECK-NEXT:    retq
----------------
D131260 will help to lean on that pattern more consistently.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130765



More information about the llvm-commits mailing list