You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1113d0a changes addrspacecast
instruction generation. This impacts the pattern recognition if LLVM IR
is not optimized before SpecConstantsPass. Now both load and store
instructions accepting cast pointer instead of a pointer produced by
alloca instruction.
This change make pattern recognition to support both versions of LLVM
IR.
0 commit comments