[PATCH] D69687: [NFCI] Rerun update_test_checks.py on all Analysis tests

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 15:39:48 PDT 2019


nikic added inline comments.


================
Comment at: llvm/test/Analysis/ConstantFolding/math-1.ll:16
+; CHECK-LABEL: define {{[^@]+}}@f_asinf(
+; CHECK-NEXT:    ret float 0x3FF921FB60000000
 ;
----------------
I guess a problem with doing these kinds of mass-regenerations is that it's easy to miss meaningful diffs that hide in between. Like this one -- I'm not sure why (presumably some host dependent float precision issue), but the use of `{{.+}}` here probably needs to be preserved.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69687/new/

https://reviews.llvm.org/D69687





More information about the llvm-commits mailing list