[PATCH] D94856: [X86] Improve optimizeCompareInstr for signed comparisons after BMI/TBM instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 31 09:22:09 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/X86/bmi.ll:542
 
 define i32 @blsi32_sle(i32 %a, i32 %b, i32 %c) nounwind {
 ; X86-LABEL: blsi32_sle:
----------------
This should be equivalent to the PR48768, but with cmovcc instead of setcc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94856



More information about the llvm-commits mailing list