[all-commits] [llvm/llvm-project] b46d03: [NFC] Refactor byteswapped writes
Chris B via All-commits
all-commits at lists.llvm.org
Thu Aug 10 18:39:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b46d0353d4a8dee4ea5f905cc33412370195a6fc
https://github.com/llvm/llvm-project/commit/b46d0353d4a8dee4ea5f905cc33412370195a6fc
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M llvm/lib/MC/DXContainerPSVInfo.cpp
Log Message:
-----------
[NFC] Refactor byteswapped writes
This is an extremely small refactoring to writing byte-swapped values
in the PSV data. I've broken the PPC-BE bots a few times with changes
here because of the fragility of how byte-swapping was being done. This
should make it less likely for me to break BE builders in the future.
Reviewed By: bogner, bob80905
Differential Revision: https://reviews.llvm.org/D156814
More information about the All-commits
mailing list