diff options
author | David Green <david.green@arm.com> | 2024-01-16 10:15:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 10:15:05 +0000 |
commit | 1074b94f5df6e164997cdb494f47657fd49d7cb5 (patch) | |
tree | 9fb9b508a538125b23a7c69d73e723e93568decf /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 8e9e4f8809f6ce93ddc0feb35aee3cc121a2753a (diff) | |
download | llvm-1074b94f5df6e164997cdb494f47657fd49d7cb5.zip llvm-1074b94f5df6e164997cdb494f47657fd49d7cb5.tar.gz llvm-1074b94f5df6e164997cdb494f47657fd49d7cb5.tar.bz2 |
[ARM] Fix phi operand order issue in MVEGatherScatterLowering (#78208)
With commuted operands on the phi node, the two old incoming values
could be removed in the wrong order, removing newly added operand
instead of the old one.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions