[all-commits] [llvm/llvm-project] 5464ba: Fix minor build issue (NFC)
David Stuttard via All-commits
all-commits at lists.llvm.org
Mon Jan 11 11:29:28 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5464baaae8c19997c5b0b76930d2b5ee13f68dfa
https://github.com/llvm/llvm-project/commit/5464baaae8c19997c5b0b76930d2b5ee13f68dfa
Author: David Stuttard <david.stuttard at amd.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M llvm/lib/CodeGen/InlineSpiller.cpp
Log Message:
-----------
Fix minor build issue (NFC)
Change [x86] Fix tile register spill issue was causing problems for our build
using gcc-5.4.1
The problem was caused by this line:
for (const MachineInstr &MI : make_range(MIS.begin(), MI))
where MI was previously defined as a MachineBasicBlock iterator.
Differential Revision: https://reviews.llvm.org/D94415
More information about the All-commits
mailing list