[PATCH] D127964: [DCE] Eliminate no-op atan and atan2 calls
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 9 07:44:15 PDT 2022
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM - see inline comment for one more suggestion.
================
Comment at: llvm/test/Transforms/EarlyCSE/atan.ll:12
define float @callatanInf() {
; CHECK-LABEL: @callatanInf(
----------------
Label this test and the next one with a TODO comment?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127964/new/
https://reviews.llvm.org/D127964
More information about the llvm-commits
mailing list