This change generalizes the implicit null checks pass to work with
instructions that don't have any explicit register defs. This lets us
use X86's cmp against memory as faulting load instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM