diff options
| author | Qi Zhao <zhaoqi01@loongson.cn> | 2025-11-21 14:32:09 +0800 |
|---|---|---|
| committer | Qi Zhao <zhaoqi01@loongson.cn> | 2025-11-21 14:32:09 +0800 |
| commit | 636d1de7ad0ba26bbee44bdb632f890e4419b76f (patch) | |
| tree | 301d3c569c1f0cbf24b029cbeeb051274743904a | |
| parent | 31e5b930fb17549c532772a733f6a40336d0f028 (diff) | |
fix typousers/zhaoqi5/opt-vselect
| -rw-r--r-- | llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp b/llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp index c35ce8f3dae3..0c503bbc2f8c 100644 --- a/llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp +++ b/llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp @@ -628,7 +628,7 @@ SDValue LoongArchTargetLowering::lowerVSELECT(SDValue Op, // Try to lower vselect to vector_shuffle. All cases with constant // build_vector condition will be handled. NOTE: On 32-bit platform, vselect // with v2i64/v4i64 type condition will never enter this because of the extra - // bitcast. It can be considered separatly later. + // bitcast. It can be considered separately later. if (ISD::isBuildVectorOfConstantSDNodes(Cond.getNode())) { BuildVectorSDNode *BVN = cast<BuildVectorSDNode>(Cond.getNode()); APInt SplatValue, SplatUndef; |
