[llvm] [X86][SimplifyCFG] Support hoisting load/store with conditional faulting (PR #96878)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 4 00:50:57 PDT 2024


nikic wrote:

I wonder whether it is feasible to allow masked.load/masked.store to be used with scalars. The need to cast between `<1 x %T>` and `%T` everywhere is quite awkward and doesn't represent the underlying instructions well.

https://github.com/llvm/llvm-project/pull/96878


More information about the llvm-commits mailing list