[PATCH] D119967: [InstCombineCalls] Optimize call of bitcast even w/ parameter attributes

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 27 22:03:18 PDT 2022


jdoerfert updated this revision to Diff 418491.
jdoerfert added a comment.
Herald added a subscriber: dexonsmith.

Introduce the concept of safe and unsafe attributes wrt. dropping them


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119967

Files:
  llvm/include/llvm/IR/Attributes.h
  llvm/lib/IR/Attributes.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/Transforms/InstCombine/call-cast-attrs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119967.418491.patch
Type: text/x-patch
Size: 8471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220328/a060e3c0/attachment.bin>


More information about the llvm-commits mailing list