[PATCH] D60838: [x86] use psubus for more vsetcc lowering (PR39859)
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 18:37:57 PDT 2019
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:19747
}
+/// Given a simple buildvector constant, return a new vector constant with each
----------------
Would it make sense to merge this with decrementVectorConstant using a flag or something?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60838/new/
https://reviews.llvm.org/D60838
More information about the llvm-commits
mailing list