[all-commits] [llvm/llvm-project] 7cfa4c: [RISCV][GISEL] Fix legalization for G_MERGE/UNMERG...
Michael Maitland via All-commits
all-commits at lists.llvm.org
Mon Dec 18 16:21:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cfa4c4601024eda800d041a88265a638239bc17
https://github.com/llvm/llvm-project/commit/7cfa4c4601024eda800d041a88265a638239bc17
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
Log Message:
-----------
[RISCV][GISEL] Fix legalization for G_MERGE/UNMERGE_VALUES (#75619)
The legalFor check did not work as expected. Use legalIf instead. Also
do some simplification by removing IdxZeroTy and IdxOneTy.
More information about the All-commits
mailing list