[PATCH] D59035: [X86] Promote i8 CMOV's (PR40965)
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 15 01:45:52 PDT 2019
lebedev.ri added inline comments.
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:20552
+ // FIXME: we should not limit promotion of i8 case to only when the CMOV is
+ // legal, but EmitLoweredSelect() can not deail with these extensions
+ // being inserted between two CMOV's. (in i16 case too TBN)
----------------
craig.topper wrote:
> "deail" -> deal
Oops, i have noticed that when submitting the original patch, but did not want to update right away, and it stuck..
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59035/new/
https://reviews.llvm.org/D59035
More information about the llvm-commits
mailing list