[all-commits] [llvm/llvm-project] 3b7f8d: [mlir] Properly align StorageUniquer::BaseStorage ...
River Riddle via All-commits
all-commits at lists.llvm.org
Wed May 19 13:47:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b7f8daed4b2ce9f2d3ba6c4668f7b21d015f27c
https://github.com/llvm/llvm-project/commit/3b7f8daed4b2ce9f2d3ba6c4668f7b21d015f27c
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M mlir/include/mlir/Support/StorageUniquer.h
Log Message:
-----------
[mlir] Properly align StorageUniquer::BaseStorage to fix 32 bit build
We allow stealing up to 3 bits of pointers to BaseStorage, so we need to make sure that we align by at least 8.
More information about the All-commits
mailing list