[all-commits] [llvm/llvm-project] e2ef61: [Alignment] Fix overaligning bug
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Mar 27 05:58:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e2ef6127d9f4794a1b7e8c3ec7769dfdf006ba56
https://github.com/llvm/llvm-project/commit/e2ef6127d9f4794a1b7e8c3ec7769dfdf006ba56
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M llvm/lib/Target/X86/X86InstructionSelector.cpp
M llvm/test/CodeGen/X86/GlobalISel/select-fconstant.mir
Log Message:
-----------
[Alignment] Fix overaligning bug
Summary:
This was discovered while converting to Align type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790
Reviewers: courbet
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D76914
More information about the All-commits
mailing list