[PATCH] D97331: [flang][fir] Add zero_bits operation.

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 13:18:08 PST 2021


schweitz created this revision.
schweitz added reviewers: jeanPerier, svedanayagam, clementval, kiranchandramohan, sscalpone.
schweitz added a project: Flang.
Herald added a subscriber: jdoerfert.
schweitz requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds the new zero_bits operation and upstrams other changes including the following:

- update tablegen syntax to newer forms
- update memory effects annotations
- update documentation [NFC]
- other NFC, such as whitespace and formatting


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97331

Files:
  flang/include/flang/Optimizer/Dialect/FIROps.td
  flang/test/Fir/fir-ops.fir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97331.325883.patch
Type: text/x-patch
Size: 13376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210223/21cb8f2c/attachment.bin>


More information about the llvm-commits mailing list