[all-commits] [llvm/llvm-project] 0311e2: [SystemZ] Bugfix in emitSelect()
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Tue Feb 11 07:42:17 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0311e28e9cc01a244faa774b8cab337b45404fa9
https://github.com/llvm/llvm-project/commit/0311e28e9cc01a244faa774b8cab337b45404fa9
Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
A llvm/test/CodeGen/SystemZ/multiselect-02.mir
Log Message:
-----------
[SystemZ] Bugfix in emitSelect()
When more than one SelectPseudo instruction is handled a new MBB is
returned. This must not be done if that would result in leaving an undhandled
isel pseudo behind in the original MBB.
Fixes https://bugs.llvm.org/show_bug.cgi?id=44849.
Review: Ulrich Weigand
Differential Revision: https://reviews.llvm.org/D74352
More information about the All-commits
mailing list