[PATCH] D64746: Add constrained intrinsics for lrint and lround
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 13:49:49 PDT 2019
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM other than that one comment.
================
Comment at: lib/IR/Verifier.cpp:4771
+ }
+ break;
+
----------------
Should this break be inside the curly braces? I don't think I've seen the style used here anywhere else.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64746/new/
https://reviews.llvm.org/D64746
More information about the llvm-commits
mailing list