[PATCH] D52785: [PseudoSourceValue] New category to represent floating-point status
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 2 17:00:49 PDT 2018
arsenm added a comment.
How is this going to work? I don't think this can work unless we can start guaranteeing that MMOs are never dropped. Most FP instructions aren't considered as mayLoad or mayStore, and will probably easily lose the MMO if it's the only thing indicating they care about the FP mode
Repository:
rL LLVM
https://reviews.llvm.org/D52785
More information about the llvm-commits
mailing list