diff options
author | FLZ101 <zhangfenglei@huawei.com> | 2023-06-27 13:57:41 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2023-06-27 13:57:41 -0700 |
commit | 32e4013dd4003abe98d97d794600d0bd3a571018 (patch) | |
tree | 0918381f06bbf423076536f4cb841610b8808e58 /llvm/lib/CodeGen/BasicBlockSections.cpp | |
parent | f58498399ba0c32114eea809d4744ef710923346 (diff) | |
download | llvm-32e4013dd4003abe98d97d794600d0bd3a571018.zip llvm-32e4013dd4003abe98d97d794600d0bd3a571018.tar.gz llvm-32e4013dd4003abe98d97d794600d0bd3a571018.tar.bz2 |
[AArch64][SelectionDAG] fix infinite loop caused by legalizing & combining CONCAT_VECTORS
Legalizing in `AArch64TargetLowering::LowerCONCAT_VECTORS()` and combining in `DAGCombiner::visitCONCAT_VECTORS()` could cause an infinite loop.
This commit fixes that issue by conditionally skipping the combining.
Fix https://github.com/llvm/llvm-project/issues/63322
Reviewed By: RKSimon, MaskRay
Differential Revision: https://reviews.llvm.org/D153316
Diffstat (limited to 'llvm/lib/CodeGen/BasicBlockSections.cpp')
0 files changed, 0 insertions, 0 deletions