[all-commits] [llvm/llvm-project] caee15: [WebAssembly] Fix incorrect assumption of simple v...
Thomas Lively via All-commits
all-commits at lists.llvm.org
Sun Sep 6 15:42:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: caee15a0ed52471bd329d01dc253ec9be3936c6d
https://github.com/llvm/llvm-project/commit/caee15a0ed52471bd329d01dc253ec9be3936c6d
Author: Thomas Lively <tlively at google.com>
Date: 2020-09-06 (Sun, 06 Sep 2020)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
A llvm/test/CodeGen/WebAssembly/pr47375.ll
Log Message:
-----------
[WebAssembly] Fix incorrect assumption of simple value types
Fixes PR47375, in which an assertion was triggering because
WebAssemblyTargetLowering::isVectorLoadExtDesirable was improperly
assuming the use of simple value types.
Differential Revision: https://reviews.llvm.org/D87110
More information about the All-commits
mailing list