Handle inline asm in vector alias

1. Improve vector alias optim to handle inline asm
2. Allow constant insert elements
This commit is contained in:
Gu, Junjie
2025-07-21 19:48:31 +00:00
committed by igcbot
parent 16fa7371f0
commit 77cd23b537
4 changed files with 131 additions and 36 deletions

View File

@ -1542,7 +1542,7 @@ bool DeSSA::isAliasee(Value *V) const {
// c = 2
// ...
// L: = a
// = b
// = c
//
// In this case, if a is aliased to b, a would get 2 at L, but the correct
// value should be 1. In order to find out if a can be aliased to b, it