search for: maybealign

Displaying 2 results from an estimated 2 matches for "maybealign".

2019 Oct 25
4
Tag for using git describe on master
...ot; is the hash with "g" as a magic prefix to indicate it's a git hash. The name can be used to refer to commits directly (git only looks at the hash after the "g"): $ git show llvmorg-10-init-8348-ga4783ef58d3 -s --oneline a4783ef58d3 [Alignment][NFC] getMemoryOpCost uses MaybeAlign Thanks, Hans
2020 Feb 17
4
amount of camelCase refactoring causing some downstream overhead
Hi there, At the end of last week we saw a number of commits go in that were camelCasing batches of MCStreamer::Emit* and AsmPrinter::Emit* functions. For example: - https://reviews.llvm.org/rG549b436beb4129854e729a3e1398f03429149691 - https://reviews.llvm.org/rGa55daa146166353236aa528546397226bee9363b - https://reviews.llvm.org/rG0bc77a0f0d1606520c7ad0ea72c434661786a956 Unfortunately all these