[all-commits] [llvm/llvm-project] e32afd: [LegalizeVectorOps] Use getBoolConstant instead of...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Jan 3 10:46:58 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e32afded9227635108fad003e5c6d3bd88e5e3c1
https://github.com/llvm/llvm-project/commit/e32afded9227635108fad003e5c6d3bd88e5e3c1
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-01-03 (Fri, 03 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
Log Message:
-----------
[LegalizeVectorOps] Use getBoolConstant instead of getAllOnesConstant in VectorLegalizer::UnrollVSETCC. (#121526)
This code should follow the target preference for boolean contents of a
vector type. We shouldn't assume that true is negative one.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list