[all-commits] [llvm/llvm-project] 30ae85: [Attributor][FIX] Store alignment only holds for t...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu Jan 23 16:14:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 30ae859c696748e1314788367226e4c65669f526
https://github.com/llvm/llvm-project/commit/30ae859c696748e1314788367226e4c65669f526
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-01-23 (Thu, 23 Jan 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/test/Transforms/Attributor/align.ll
Log Message:
-----------
[Attributor][FIX] Store alignment only holds for the pointer value
We accidentally used the store alignment for the value operand as well,
which is incorrect and crashed the SPASS application in the test suite.
More information about the All-commits
mailing list