[Mlir-commits] [mlir] [mlir][LLVM] Add builders for llvm.intr.assume (PR #113317)

Tobias Gysi llvmlistbot at llvm.org
Fri Oct 25 23:47:12 PDT 2024


================
@@ -87,6 +88,13 @@ class GEPArg : public PointerUnion<Value, GEPConstantIndex> {
 } // namespace LLVM
 } // namespace mlir
 
+namespace mlir {
+namespace LLVM {
+struct AssumeAlignTag {};
+struct AssumeSeparateStorageTag {};
----------------
gysit wrote:

That's unfortunate. Then let's stick to your original solution! 

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


More information about the Mlir-commits mailing list