aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/FileCheck/FileCheck.cpp
diff options
context:
space:
mode:
authorTobias Gysi <tobias.gysi@nextsilicon.com>2022-12-14 10:44:11 +0100
committerTobias Gysi <tobias.gysi@nextsilicon.com>2022-12-14 10:46:07 +0100
commit7b420a1ada0775b35c6600f58ac4d5775106a723 (patch)
tree8da3f846e83e06f479618f20cfcfb1d635023177 /llvm/lib/FileCheck/FileCheck.cpp
parent6f0b149f40bb1ae8da4e4584a30c405f92bd27a4 (diff)
downloadllvm-7b420a1ada0775b35c6600f58ac4d5775106a723.zip
llvm-7b420a1ada0775b35c6600f58ac4d5775106a723.tar.gz
llvm-7b420a1ada0775b35c6600f58ac4d5775106a723.tar.bz2
[mlir][llvm] Add inbounds attriubte to the gep op.
The revision adds an inbounds attribute to the LLVM dialect GEP operation. It extends the builders and the import and export to support the optional inbounds attribute. As all builders set inbounds to false by default, existing lowerings from higher-level dialects to LLVM dialect are not affected by the change. Canonicalization/folding remains untouched since it currently does not implement any simplifications in case of undefined behavior (the handling of undefined behavior is deferred to LLVM). Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D139821
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions