[all-commits] [llvm/llvm-project] 428af8: [DirectX] Update test after `opt` learned to infer...
Justin Bogner via All-commits
all-commits at lists.llvm.org
Mon Oct 30 14:04:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 428af867d89eb28b09e80c6826c4c6daad1ba8cc
https://github.com/llvm/llvm-project/commit/428af867d89eb28b09e80c6826c4c6daad1ba8cc
Author: Justin Bogner <mail at justinbogner.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M llvm/test/CodeGen/DirectX/typed_ptr.ll
Log Message:
-----------
[DirectX] Update test after `opt` learned to infer datalayout (#70726)
Since e39f6c1844fa "[opt] Infer DataLayout from triple if not
specified", this test (correctly) emits a load of an i64 with 8 byte
alignment, rather than with 4 byte alignment.
More information about the All-commits
mailing list