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

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 08:08:49 PDT 2024


================
@@ -55633,6 +55683,36 @@ static SDValue combineSubSetcc(SDNode *N, SelectionDAG &DAG) {
   return SDValue();
 }
 
+static SDValue combineX86CloadCstore(SDNode *N, SelectionDAG &DAG) {
----------------
KanRobert wrote:

Considering we use `Cmov` instead of `CMov` in this file, I think `Cload`/`Cstore` is better.

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


More information about the llvm-commits mailing list