[llvm] [X86][NFCI] Add IsStore parameter to hasConditionalLoadStoreForType (PR #132153)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 20 04:41:36 PDT 2025
================
@@ -175,7 +175,7 @@ unsigned X86TTIImpl::getNumberOfRegisters(unsigned ClassID) const {
return 8;
}
-bool X86TTIImpl::hasConditionalLoadStoreForType(Type *Ty) const {
+bool X86TTIImpl::hasConditionalLoadStoreForType(Type *Ty, bool IsStore) const {
----------------
KanRobert wrote:
Confused about this, the variable `IsStored` is not used?
https://github.com/llvm/llvm-project/pull/132153
More information about the llvm-commits
mailing list