[PATCH] D113971: [fir] Add conversion patterns for slice, shape, shapeshift and shift ops

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 04:40:10 PST 2021


clementval added a comment.

In D113971#3134347 <https://reviews.llvm.org/D113971#3134347>, @kiranchandramohan wrote:

> Can you add a TODO to investigate why DCE leaves these ops around? If there is an original test case that will also be helpful for future investigation.

AFAIK it does not leave them around. These conversion patterns are just here to make sure that at the end of this pass these ops have been made dead and removed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113971



More information about the llvm-commits mailing list