[all-commits] [llvm/llvm-project] a7759d: GlobalISel: Fix IRTranslator for constantexpr selects
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue May 19 06:53:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a7759d178508771a5ccec2b02ca3f3bd40af4409
https://github.com/llvm/llvm-project/commit/a7759d178508771a5ccec2b02ca3f3bd40af4409
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-constantexpr.ll
Log Message:
-----------
GlobalISel: Fix IRTranslator for constantexpr selects
This was assuming a select is always an instruction, which is not
true.
More information about the All-commits
mailing list