[all-commits] [llvm/llvm-project] 3e0ccf: [ARM] halfword store hits llvm_unreachable with bi...
simonwallis2 via All-commits
all-commits at lists.llvm.org
Fri Jul 17 00:58:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3e0ccf9a9075a3c6eb1d6cb750c77eb71167c2e4
https://github.com/llvm/llvm-project/commit/3e0ccf9a9075a3c6eb1d6cb750c77eb71167c2e4
Author: Simon Wallis <simon.wallis2 at arm.com>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
M llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
A llvm/test/CodeGen/ARM/store_half.ll
Log Message:
-----------
[ARM] halfword store hits llvm_unreachable with big-endian
Summary:
[ARM] halfword store hits llvm_unreachable with big-endian
Provide missing case in getFixupKindContainerSizeBytes().
This stops execution reaching llvm_unreachable("Unknown fixup kind!")
D83947
Reviewers: olista01, ostannard
Reviewed By: ostannard
Subscribers: ostannard, kristof.beyls, hiraditya, danielkiss, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D83947
Change-Id: I598aa1fb51fd1c6f424c557c85d6df6d1958bc62
More information about the All-commits
mailing list