Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Analysis/MemoryBuiltins.cpp | ||
---|---|---|
595 | background: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html but anyway, for now there's a check that Alignment is not 0, so I'll keep that for now | |
llvm/lib/IR/AsmWriter.cpp | ||
4243 | I wouldn't expect a raw_ostream overload for MaybeAlign to print a comma, just align #, but if we want to conditionally emit the comma then we already have to check if MaybeAlign is not null, so I don't see much point in it. and it matches nearby code anyway |
Don't see why this wouldn't just be Alignment (really I don't know why we have MaybeAlign at all)