[PATCH] D118843: [x86] avoid false dependency stall on 'sbb' with same source reg
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 3 03:20:36 PST 2022
RKSimon added a comment.
In D118843#3292007 <https://reviews.llvm.org/D118843#3292007>, @craig.topper wrote:
> I think I prefer the opposite tuning flag polarity. It's not truely a false dep. It's more of a missed special case. The semantics of SBB imply the sources are read.
+1 TuningSBBDepBreaking flag makes more sense as an opt-in optimization
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118843/new/
https://reviews.llvm.org/D118843
More information about the llvm-commits
mailing list