[all-commits] [llvm/llvm-project] 2e7736: GlobalISel: Fix lower bswap for vectors
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Mar 16 10:59:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2e773626266420d0fa515606a3aa19b58be18ec9
https://github.com/llvm/llvm-project/commit/2e773626266420d0fa515606a3aa19b58be18ec9
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
Log Message:
-----------
GlobalISel: Fix lower bswap for vectors
This would hit an assertion from trying to use the wrong bitwidth for
the constants.
More information about the All-commits
mailing list