Commit 55c1aa7
committed
[AA] Make alias check more accurately.
It should be considered to be aliased only if there is at lease one AA
return non-NoAlias.
The AliasResult affect the ChainDependency adding in ScheduleDAGInstrs,
if a aliased memory location accessed in different type, TBAA may return
NoAlias of them. This would result in incorrect instr order in final cg.1 parent c8f37bb commit 55c1aa7
File tree
2 files changed
+3
-3
lines changed- llvm
- lib/Analysis
- test/CodeGen/AMDGPU
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments