[ValueTracking] Add tests for checking whether `div`/`rem` is safe to speculate; NFC
authorNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 28 Apr 2023 04:21:29 +0000 (23:21 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Sun, 30 Apr 2023 15:40:46 +0000 (10:40 -0500)
commit824e9bb2e33655734eb3e9169ba5c4964cc1861c
tree549b85e82d868eb417f779f88e99e257c7fbaaea
parent424b10d6cc0509054708d928cc3711b781610440
[ValueTracking] Add tests for checking whether `div`/`rem` is safe to speculate; NFC

Differential Revision: https://reviews.llvm.org/D149422
llvm/test/Transforms/LICM/speculate-div.ll [new file with mode: 0644]