Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LivePhysRegs: removeReg() must remove aliased registers
We must remove all aliased registers which may be more than the all sub and super registers combined. Bug found while reading the code. The bug does not affect any existing target as the only use of register aliases I could found were control registers on ARM and Hexagon which are all reserved. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265510 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information