[all-commits] [llvm/llvm-project] 30179d: [Attributor][FIX][Alignment] Do not report a chang...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu Jan 23 16:15:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 30179d7ecf6a2f986ed13de112ddaf0d0e966f38
https://github.com/llvm/llvm-project/commit/30179d7ecf6a2f986ed13de112ddaf0d0e966f38
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-01-23 (Thu, 23 Jan 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor][FIX][Alignment] Do not report a change if there was none
If alignment was manifested but it is actually only as good as the
data-layout provided one we should not report it as a change.
For testing purposes we still manifest the information.
More information about the All-commits
mailing list