[all-commits] [llvm/llvm-project] 0439a0: [llvm] Drop unaligned from calls to llvm::support:...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Tue Oct 10 22:42:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0439a017ef72effa9681cdb794860cf954de808a
      https://github.com/llvm/llvm-project/commit/0439a017ef72effa9681cdb794860cf954de808a
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-10-10 (Tue, 10 Oct 2023)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeEmitter.cpp
    M clang/lib/AST/Interp/Source.h
    M llvm/include/llvm/Object/FaultMapParser.h
    M llvm/include/llvm/Object/StackMapParser.h
    M llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp

  Log Message:
  -----------
  [llvm] Drop unaligned from calls to llvm::support::endian::{read,write} (NFC)

The last template parameter of llvm::support::endian::{read,write}
defaults to unaligned, so we can drop that at call sites.




More information about the All-commits mailing list