[all-commits] [llvm/llvm-project] bdad24: GlobalISel: Fix insert point in CSEMIRBuilder unit...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 29 12:09:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bdad24c2cc9f759a974cb63aaa3fff62b978726d
https://github.com/llvm/llvm-project/commit/bdad24c2cc9f759a974cb63aaa3fff62b978726d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M llvm/unittests/CodeGen/GlobalISel/CSETest.cpp
Log Message:
-----------
GlobalISel: Fix insert point in CSEMIRBuilder unit test
This was using invalid MIR for the test instructions. The test add was
the first instruction in the block, before the trunc inputs or copies
from physical registers which I assume was not intended.
More information about the All-commits
mailing list