[all-commits] [llvm/llvm-project] 067c66: Use concrete natural type alignment for masked loa...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Jun 25 02:19:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 067c660ac99b3d8cfe86264c16aad7d75c512793
https://github.com/llvm/llvm-project/commit/067c660ac99b3d8cfe86264c16aad7d75c512793
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
Log Message:
-----------
Use concrete natural type alignment for masked load/store operations instead of 0.
Summary: Alignment needs to be resolved at this point so we replace the
0 value with the ABI Type Alignment.
More information about the All-commits
mailing list