[all-commits] [llvm/llvm-project] 70193b: [NFC] Fix test case after edab7dd426249bd40059b49b...
nemanja-ibm via All-commits
all-commits at lists.llvm.org
Mon Nov 11 18:40:59 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 70193b21d18ba0e4f9b9f68918c71bd91a887246
https://github.com/llvm/llvm-project/commit/70193b21d18ba0e4f9b9f68918c71bd91a887246
Author: Nemanja Ivanovic <nemanjai at ca.ibm.com>
Date: 2019-11-11 (Mon, 11 Nov 2019)
Changed paths:
M llvm/test/CodeGen/PowerPC/DisableHoistingDueToBlockHotnessNoProfileData.mir
M llvm/test/CodeGen/PowerPC/DisableHoistingDueToBlockHotnessProfileData.mir
Log Message:
-----------
[NFC] Fix test case after edab7dd426249bd40059b49b255ba9cc5b784753
The author of the patch forgot to add -verify-machineinstrs to the RUN
lines which would have made the issue appear on all bots. Added that
as well as a fix for the undefined register issue (after the hoisting).
More information about the All-commits
mailing list