[PATCH] D30611: [x86] don't blindly transform SETB into SBB
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 09:13:00 PDT 2021
spatel marked an inline comment as done.
spatel added inline comments.
================
Comment at: llvm/trunk/test/CodeGen/X86/setcc.ll:5
; Use sbb x, x to materialize carry bit in a GPR. The value is either
; all 1's or all 0's.
----------------
xbolva00 wrote:
> The comment needs to removed.
Thanks - 11232037cc4a
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D30611/new/
https://reviews.llvm.org/D30611
More information about the llvm-commits
mailing list