[PATCH] D156129: Attributor: Try to propagate concrete denormal-fp-math{-f32}

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 05:53:25 PDT 2023


arsenm updated this revision to Diff 554677.
arsenm marked 2 inline comments as done.
arsenm added a comment.

Use explicit bool for fixpoint like SetState.

Also I tried adding this to attributor-light which apparently will require more work than just adding the ID to the allowed set


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

https://reviews.llvm.org/D156129

Files:
  llvm/include/llvm/ADT/FloatingPointMode.h
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/test/Transforms/Attributor/denormal-fp-math.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156129.554677.patch
Type: text/x-patch
Size: 24198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230830/14db4d46/attachment.bin>


More information about the llvm-commits mailing list