[all-commits] [llvm/llvm-project] 8a407a: Revert some auto-generated checks where a wildcard...
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Thu Aug 24 14:40:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a407a556f9465dd2594eb337e6b9c202226e532
https://github.com/llvm/llvm-project/commit/8a407a556f9465dd2594eb337e6b9c202226e532
Author: Andy Kaylor <andrew.kaylor at intel.com>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M llvm/test/Transforms/InstCombine/pow-exp.ll
Log Message:
-----------
Revert some auto-generated checks where a wildcard was needed
This change reverts a batch of autogenerated checks in the pow-exp.ll
file where a previous version had used wildcards to account for minor
variations in constant folding by different math libraries. The test is
also updated to add a comment that will prevent future autogeneration.
See: https://discourse.llvm.org/t/auto-generated-checks-with-inexact-fp-results/71713
Differential Revision: https://reviews.llvm.org/D158758
More information about the All-commits
mailing list