diff options
author | Dávid Ferenc Szabó <30732159+dfszabo@users.noreply.github.com> | 2024-04-15 11:01:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 11:01:55 +0200 |
commit | 2347020e4ce62ee7c7378824dc6ad2b94917a638 (patch) | |
tree | 3481c511096676be7279643f222ea26073628712 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 36230f90eef455b6af867ca7ad4ed25d00ad5d3b (diff) | |
download | llvm-2347020e4ce62ee7c7378824dc6ad2b94917a638.zip llvm-2347020e4ce62ee7c7378824dc6ad2b94917a638.tar.gz llvm-2347020e4ce62ee7c7378824dc6ad2b94917a638.tar.bz2 |
[GlobalISel] Fix fewerElementsVectorPhi to insert after G_PHIs (#87927)
Currently the inserted mergelike instructions will be inserted at the
location of the G_PHI. Seems like the behaviour was correct before, but
the rework done in https://reviews.llvm.org/D114198 forgot to include
the part which makes sure the instructions will be inserted after all
the G_PHIs.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions