[PATCH] D52785: [PseudoSourceValue] New category to represent floating-point status
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 8 15:04:13 PDT 2018
MatzeB added subscribers: hfinkel, uweigand, MatzeB.
MatzeB added a comment.
As far as I understand MachineMemoryOperands:
- You are allowed to drop them
- An operation without MachineMemoryOperand needs to be handled conservatively (i.e. potentially aliases with everything)
- Matthias
Repository:
rL LLVM
https://reviews.llvm.org/D52785
More information about the llvm-commits
mailing list