[PATCH] D17356: Fix PR26655: Bail out if all the registers of an instruction in a BUNDLE already have the correct kill flag.

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 18 21:33:47 PDT 2016


mgrang added a comment.

Thanks Tim and Matthias for the suggestions.

I have updated my patch to make use of the addRegisterKilled and clearRegisterKills functions.
However, I notice that the addRegisterKilled function does not check if the operand is a debug value or if it is setting an internal flag not visible outside the bundle. I have now added these checks to addRegisterKilled function.


Repository:
  rL LLVM

http://reviews.llvm.org/D17356





More information about the llvm-commits mailing list