[llvm] [X86,SimplifyCFG] Support conditional faulting load or store only (PR #132032)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 19 23:29:01 PDT 2025
phoebewang wrote:
> > This is to fix a bug when a target only support conditional faulting load
>
> I recommend splitting the TTI hook into `hasConditionalLoadForType+hasConditionalStoreForType.`
How about adding one parameter? https://github.com/llvm/llvm-project/pull/132153
https://github.com/llvm/llvm-project/pull/132032
More information about the llvm-commits
mailing list