[all-commits] [llvm/llvm-project] 839952: [WebAssembly] Fix incorrect assumption of simple v...
Thomas Lively via All-commits
all-commits at lists.llvm.org
Mon Sep 7 10:26:55 PDT 2020
Branch: refs/heads/release/11.x
Home: https://github.com/llvm/llvm-project
Commit: 8399522c96a94bfb7c1cbf4df2bed0b3d826fbf6
https://github.com/llvm/llvm-project/commit/8399522c96a94bfb7c1cbf4df2bed0b3d826fbf6
Author: Thomas Lively <tlively at google.com>
Date: 2020-09-07 (Mon, 07 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
(cherry picked from commit caee15a0ed52471bd329d01dc253ec9be3936c6d)
More information about the All-commits
mailing list