[all-commits] [llvm/llvm-project] c2b322: GlobalISel: check type size before getZExtValue()i...
Tim Northover via All-commits
all-commits at lists.llvm.org
Mon Feb 1 04:44:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2b322fc19e829162ed4c7dcd04d9e9b2cd4e66c
https://github.com/llvm/llvm-project/commit/c2b322fc19e829162ed4c7dcd04d9e9b2cd4e66c
Author: Tim Northover <t.p.northover at gmail.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/huge-switch.ll
Log Message:
-----------
GlobalISel: check type size before getZExtValue()ing it.
Otherwise getZExtValue() asserts.
More information about the All-commits
mailing list