aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorCullen Rhodes <cullen.rhodes@arm.com>2023-09-28 11:11:16 +0100
committerGitHub <noreply@github.com>2023-09-28 11:11:16 +0100
commit9816edc9f3ce198d41e364dd3467caa839a0c220 (patch)
tree688fa9c62ee23e635f3704fcec630adb78a2171d /clang/lib/Basic/SourceManager.cpp
parent4d5525e0cbcebf74564fce9a875f0ff8cf5d4517 (diff)
downloadllvm-9816edc9f3ce198d41e364dd3467caa839a0c220.zip
llvm-9816edc9f3ce198d41e364dd3467caa839a0c220.tar.gz
llvm-9816edc9f3ce198d41e364dd3467caa839a0c220.tar.bz2
[mlir][vector] add result type to vector.extract assembly format (#66499)
The vector.extract assembly format currently only contains the source type, for example: %1 = vector.extract %0[1] : vector<3x7x8xf32> it's not immediately obvious if this is the source or result type. This patch improves the assembly format to make this clearer, so the above becomes: %1 = vector.extract %0[1] : vector<7x8xf32> from vector<3x7x8xf32>
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions