[all-commits] [llvm/llvm-project] a0a9e1: [ARM] Remove kill flags between VCMP and insertion...
David Green via All-commits
all-commits at lists.llvm.org
Mon Nov 9 05:18:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a0a9e1c7985252715afb0b081a461ea01613582f
https://github.com/llvm/llvm-project/commit/a0a9e1c7985252715afb0b081a461ea01613582f
Author: David Green <david.green at arm.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M llvm/lib/Target/ARM/MVEVPTBlockPass.cpp
A llvm/test/CodeGen/Thumb2/mve-vpt-block-kill.mir
Log Message:
-----------
[ARM] Remove kill flags between VCMP and insertion point
When we fold a VCMP into a VPST instruction any kill flags between the
old VCMP position and the new insertion point need to be removed, in
order to keep the verifier happy.
Differential Revision: https://reviews.llvm.org/D90964
More information about the All-commits
mailing list