[all-commits] [llvm/llvm-project] 3e6001: [Coroutines] createStructType takes alignment in b...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Nov 29 08:05:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e6001e91e683efeb27181c1a0de2578e247986b
      https://github.com/llvm/llvm-project/commit/3e6001e91e683efeb27181c1a0de2578e247986b
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    M llvm/test/Transforms/Coroutines/coro-debug-coro-frame.ll

  Log Message:
  -----------
  [Coroutines] createStructType takes alignment in bits but receives bytes

This has been found while trying to remove the last few places relying on `unsigned` to convey alignment operations.
This seems to be untested.

Differential Revision: https://reviews.llvm.org/D138784




More information about the All-commits mailing list