[PATCH] D110863: X86InstrInfo: Do not stop on flag users between flag producers

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 1 04:15:14 PDT 2021


pengfei added a comment.

I have concern about the live interval of eflags. If we killed the eflags after the first use, we are free to insert or schedule instructions that implicit-def eflags. Will these be affected if we keep eflags alive?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110863/new/

https://reviews.llvm.org/D110863



More information about the llvm-commits mailing list