Displaying 1 result from an estimated 1 matches for "reload25".
Did you mean:
reload2
2018 Jan 05
0
Question about reg2mem
...s Control Flow
function pass I encountered the following error:
swifterror value should be the second operand when used by stores
%33 = alloca swifterror %swift.error*, align 8
store %swift.error** %33, %swift.error*** %.reg2mem21
swifterror argument should come from an alloca or parameter
%.reload25 = load volatile %swift.error**, %swift.error*** %.reg2mem21
call swiftcc void %42(%swift.opaque* noalias nocapture nonnull sret
%.reload33, %swift.refcounted* swiftself %1, %swift.error** nocapture
nonnull swifterror %.reload25)
LLVM ERROR: Broken function found, compilation aborted!
I understan...