[PATCH] D158758: Revert some auto-generated checks where a wildcard was needed

Andy Kaylor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 10:44:09 PDT 2023


andrew.w.kaylor created this revision.
andrew.w.kaylor added reviewers: probinson, efriedma, nikic.
Herald added a subscriber: StephenFan.
Herald added a project: All.
andrew.w.kaylor requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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 file is also updated to add a comment that will prevent future autogeneration.

The autogenerated changes being reverted are among the changes here: https://github.com/intel-restricted/applications.compilers.llvm-project/commit/2caaec65c04ea7d0e9568b7895b7a46d6100cb75#diff-e800a6ae456ef1224d5a4e6f1f5145732f36b4f84b21d35c671c14ca7d158364

      

See: https://discourse.llvm.org/t/auto-generated-checks-with-inexact-fp-results/71713


https://reviews.llvm.org/D158758

Files:
  llvm/test/Transforms/InstCombine/pow-exp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158758.553188.patch
Type: text/x-patch
Size: 5737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230824/f862464e/attachment.bin>


More information about the llvm-commits mailing list