[all-commits] [llvm/llvm-project] 8889fa: [SelectionDAG] Remove default for 'unsigned' Align...
topperc via All-commits
all-commits at lists.llvm.org
Sun Sep 13 12:24:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8889faaed0b7c8545b67b040c380b983264ebc67
https://github.com/llvm/llvm-project/commit/8889faaed0b7c8545b67b040c380b983264ebc67
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-09-13 (Sun, 13 Sep 2020)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAG.h
Log Message:
-----------
[SelectionDAG] Remove default for 'unsigned' Alignment for getLoad/getStore/getExtLoad/getTruncStore. Add default for MaybeAlign version. NFCI
We want to remove the unsigned signatures eventually. This change
migrates any that don't explicitly pass an alignment.
More information about the All-commits
mailing list