aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUtils.cpp
diff options
context:
space:
mode:
authorKareemErgawy-TomTom <kareem.ergawy@gmail.com>2021-03-29 08:33:56 +0200
committerKareemErgawy-TomTom <kareem.ergawy@gmail.com>2021-03-29 08:34:08 +0200
commitc52a5f2aa7966ec6a7acec8e4d026093c927f22c (patch)
tree8cde4d476fc817c15e497cf89d1ee92133634b52 /llvm/lib/Transforms/Utils/LoopUtils.cpp
parent6bc1e69de270db8d7191200f54158e4192f997ba (diff)
downloadllvm-c52a5f2aa7966ec6a7acec8e4d026093c927f22c.zip
llvm-c52a5f2aa7966ec6a7acec8e4d026093c927f22c.tar.gz
llvm-c52a5f2aa7966ec6a7acec8e4d026093c927f22c.tar.bz2
MLIR][STD] Fold trunci (sexti).
This patch folds the following pattern: ``` %arg0 = ... %0 = sexti %arg0 : i1 to i8 %1 = trunci %0 : i8 to i1 ``` into just `%arg0`. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D99464
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions