[PATCH] D30611: [x86] don't blindly transform SETB into SBB
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 08:54:19 PDT 2021
xbolva00 added inline comments.
Herald added a subscriber: pengfei.
Herald added a project: LLVM.
================
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.
----------------
The comment needs to removed.
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