[PATCH] D49401: TII: Generalize X86's isSafeToClobberEFLAGs

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 26 10:32:46 PDT 2018


MatzeB added a comment.

Also I'd generally recommend to rather look at LivePhysReg/LiveRegUnits for doing liveness queries post-ra. They can be more expensive but give more consistent results...


https://reviews.llvm.org/D49401





More information about the llvm-commits mailing list