[all-commits] [llvm/llvm-project] 4254ed: [Legalizer] Fix wrong operand in split vector helper
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Wed Jul 8 19:01:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4254ed5c325c4a366a5f763487822414df6a0de4
https://github.com/llvm/llvm-project/commit/4254ed5c325c4a366a5f763487822414df6a0de4
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
Log Message:
-----------
[Legalizer] Fix wrong operand in split vector helper
This should be a typo introduced in D69275, which may cause an unknown
segment fault in getNode.
Reviewed By: uweigand
Differential Revision: https://reviews.llvm.org/D83376
More information about the All-commits
mailing list