[all-commits] [llvm/llvm-project] a4286f: [X86] Fix usage of Align constructing MachineMemOp...
topperc via All-commits
all-commits at lists.llvm.org
Tue May 5 15:25:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a4286fc952a7ef243b2949cf01d4ca3ca31cc181
https://github.com/llvm/llvm-project/commit/a4286fc952a7ef243b2949cf01d4ca3ca31cc181
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/merge-consecutive-stores-nt.ll
Log Message:
-----------
[X86] Fix usage of Align constructing MachineMemOperands.
Similar to D77687, but for the X86 specific code.
Differential Revision: https://reviews.llvm.org/D79381
More information about the All-commits
mailing list