[all-commits] [llvm/llvm-project] 308225: [CodeGen][X86] Use TargetLowering for TypeInfo of ...
Jan Patrick Lehr via All-commits
all-commits at lists.llvm.org
Wed May 29 05:43:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3082258d3a29664a66fcd35c104a40b8cf9d6cba
https://github.com/llvm/llvm-project/commit/3082258d3a29664a66fcd35c104a40b8cf9d6cba
Author: Jan Patrick Lehr <JanPatrick.Lehr at amd.com>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
A llvm/test/Analysis/CostModel/X86/handle-iptr-with-data-layout-to-not-assert.ll
Log Message:
-----------
[CodeGen][X86] Use TargetLowering for TypeInfo of PointerTy (#93469)
This uses the TargetLowering getSimpleValueType mechanism to retrieve
the ValueType info inside the X86 cost model.
This resolves a build issue we were seeing for the miniQMC application after
https://github.com/llvm/llvm-project/pull/92671.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list