[PATCH] D45154: [x86] Model the direction flag (DF) separately from the rest of EFLAGS.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 2 12:02:41 PDT 2018
efriedma added a comment.
> I need that to happen for DF as well.
You do...? DF isn't actually undefined at any point; the x86 ABI says DF is clear on entry to/exit from a function.
Repository:
rL LLVM
https://reviews.llvm.org/D45154
More information about the llvm-commits
mailing list